內容 | 說明 | 範例 |
---|---|---|
Accept | 可接受的相應內容型別 | Accept:/ |
Accept-Charset | 可接受的字元集 | Accept-Charset:utf-8 |
Accept-Encoding | 可接受的響應內容 | Accept-Encodingg: zip, deflate, br |
Accept-Language | 可接受的響應內容的語言種類 | Accept-Language:zh-CN |
Cache-Control | 用來指定當前的請求/回覆 回復中,是否使用快取機制 機製 | Cache-Control:no-cache |
Connection | 用戶端優先使用的連線型別(是否需要持久連線) | Connection:Keep-Alive (HTTP 1.1預設持久連線) |
Content-Length | 以8進製表示的請求體的位元組長度 | Content-Length:122 |
Cookie | 由伺服器通過Set-Cookie設定的一個HTTP協定Cookie | Cookie: HMVT=6bcd52f51e9b3dce3… |
Host | 表示伺服器的域名以及伺服器所監聽的埠號;如果所請求的埠是對應的服務的標準埠(80),則埠號可以省略 | Host:cdn2.janshu.io |
Referer | 包含一個URL,使用者從該URL代表的頁面出發從而存取到當前請求的頁面。 | Referer:https://www.jianshu.com/p/28a3de6e09c2 |
User-Agent | 瀏覽器的型別 | User-Agent:Mozilla/5.0… |
狀態碼分類
參考https://blog.csdn.net/weixin_34018202/article/details/93516123
https://blog.csdn.net/kfanning/article/details/60621181
https://www.cnblogs.com/lauhp/p/8979393.html