当前位置:网站首页>various network protocols
various network protocols
2022-08-01 07:57:00 【Kindergarten mobile】
Agreement
Recognize URL
What we commonly call "URL" is actually what we call URL
HTTP protocol format
HTTP request
HTTP Response
HTTP methods
get method
- Get the corresponding resource information directly
- The get method can take parameters (the url's ? is followed by get parameters)
- Handling of insensitive data
post method
- The data is submitted to the server through the body, not through the url
- post-"cont-length: text
- Processing encrypted content data
The difference between get and post: post can pass more parameters than get and is more private.
HTTP status code
Common HTTP Header
- Content-Type: data type (text/html, etc.)
- Content-Length: Length of Body
- Host: The client tells the server that the requested resource is on which host and which port
- User-Agent: declares the user's operating system and browser version information
- referer: The page from which the current page is redirected
- location: used with 3xx status code to tell the client where to visit next
- Cookie: Used to store a small amount of information on the client side. Usually used to implement the function of session
边栏推荐
猜你喜欢
Upgrade to heavyweight lock, lock reentrancy will lead to lock release?
小程序更多的手势事件(左右滑动、放大缩小、双击、长按)
Data Analysis 5
Golang:go获取url和表单属性值
Fist game copyright-free music download, League of Legends copyright-free music, can be used for video creation, live broadcast
LevelSequence源码分析
USB 协议 (二) 术语
【HDLBits 刷题】Circuits(1)Combinational Logic
HoloView--Customization
升级为重量级锁,锁重入会导致锁释放?
随机推荐
mysql查看cpu使用情况
小程序全面屏手势配置案例
图片无损压缩软件哪个好用:试试完全免费的JPG-C 图片批量修整压缩减肥工具吧 | 最新jpg批量修整工具下载
USB Protocol (2) Terminology
pytest interface automation testing framework | parametrize source code analysis
C语言学习概览(一)
最小生成树
Golang: go static file processing
【ASWC Arxml结构分解】-7-Explicit(显式)和Implicit(隐式) Sender-Receiver communication描述差异
sqlserver 对比两张表的差异
JVM内存模型之深究模型特征
Holoview--Introduction
Upgrade to heavyweight lock, lock reentrancy will lead to lock release?
【手撕AHB-APB Bridge】~ AHB地址总线的低两位为什么不用来表示地址呢?
VoLTE基础学习系列 | 什么是SIP和IMS中的Forking
Chapter 9 of Huawei Deep Learning Course - Convolutional Neural Network and Case Practice
数据分析5
R语言使用gt包和gtExtras包优雅地、漂亮地显示表格数据:gtExtras包的pad_fn函数与gt::fmt函数一起用于填充包含数值的特定列、对数据列的数值进行十进制对齐(从小数点对齐)
Pytest | skip module interface test automation framework
热修复技术可谓是百花齐放