当前位置:网站首页>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
边栏推荐
- Case practice --- Resnet classic convolutional neural network (Mindspore)
- 2022.7.31-----leetcode.1161
- POJ1287联网题解
- 179. 最大数
- 自制一款远程控制软件——VeryControl
- 企业数据虚拟化综合指南
- 支付宝如何生成及配置公钥证书
- 电磁兼容简明教程(6)测试项目
- Image lossless compression software which works: try completely free JPG - C image batch finishing compression reduces weight tools | latest JPG batch dressing tools download
- 【STM32】入门(二):跑马灯-GPIO端口输出控制
猜你喜欢
随机推荐
类似 MS Project 的项目管理工具有哪些
企业数据虚拟化综合指南
走进音视频的世界——mp3封装格式
USB Protocol (2) Terminology
Electromagnetic compatibility introductory tutorial (6) test project
Shell执行SQL发邮件
Fist game copyright-free music download, League of Legends copyright-free music, can be used for video creation, live broadcast
Redis 3.2.3 crashed by signal: 11 服务宕机问题排查
special day to remember
SAP ABAP ALV+SMARTFORS 表分页 报表打印程序
Golang: go static file processing
HoloView -- Tabular Datasets
Golang: go get url and form attribute value
Go supports OOP: use struct instead of class
Vim三种模式
LabVIEW中局部变量和全局变量的分配
Shell executes SQL to send emails
选择排序—直接选择排序和堆排序
小程序更多的手势事件(左右滑动、放大缩小、双击、长按)
三维坐标系距离









