标签:lan rom 持久性 chrome 使用 win64 width doctype 首部
请求类型、请求URL、协议版本和扩展内容
请求头部域信息(Accept、Cookie、Cache-Control、Host)
请求行
GET / HTTP/1.1
请求头
Host: www.baidu.com
Connection: keep-alive
Cache-Control: max-age=0
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.9
请求体
name:xxx
pwd:xxxx
状态码、状态描述、协议版本和扩展内容
响应头部域信息(Date、Content-Type、Cache-Control、Expires)
响应行
HTTP/1.1 200 OK
响应头
Connection: Keep-Alive
Content-Encoding: gzip
Content-Type: text/html;charset=utf-8
Date: Sun, 30 Dec 2018 02:34:03 GMT
Expires: Sun, 30 Dec 2018 02:34:03 GMT
Server: BWS/1.1
响应体
<!DOCTYPE html>
<!--STATUS OK-->
html标签
HTTP 的 1991 原型版本称为 HTTP/0.9。最初的版本只支持GET请求方式,只是用来请求HTML文档
1.0 是第一个得到广泛使用的 HTTP 版本。开始支持对媒体的处理,增加了版本号和HTTP首部信息
1.1增加了管道机制,同时发布多个请求,host,content-length
1、首先查找IP时,会现在本地缓存中进行查找,如果查找到则直接返回,如果本地没有进行存储的情况下,则会继续想服务器DNS进行向上查找。知道查找到并将IP返回
2、
【javascript】--------------http-------------【劉】
标签:lan rom 持久性 chrome 使用 win64 width doctype 首部
原文地址:https://www.cnblogs.com/lstcon/p/11225053.html