HTTP的基础
目录
Http方法与状态码
- GET 拿
- POST 发送
|
|
Http状态码
200
请求成功。一般用于GET与POST请求
HTTP的header与body
重要的header
- Accept
- Cookie
- User-Agent //浏览器标识
- Referer //上一个页面是什么
|
|
- Content-type //下载或者图片
|
|
- Set-Cookie //登录后服务器自动设置的cookie
http是无状态的