Web/06-前端基础/04-HTTP协议.md
2018-03-06 13:41:43 +08:00

25 lines
274 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

一面中如果有笔试考HTTP协议的可能性较大。
## 前言
一面内容:
- HTTP协议的主要特点
- HTTP报文的组成部分
- HTTP方法
- get 和 post的区别
- HTTP状态码
- 什么是持久连接
- 什么是管线化
二面内容;