Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

计网:HTTP报文结构 #49

Open
HCLacids opened this issue Feb 28, 2022 · 0 comments
Open

计网:HTTP报文结构 #49

HCLacids opened this issue Feb 28, 2022 · 0 comments
Labels

Comments

@HCLacids
Copy link
Owner

参考链接
HTTP 报文有 请求报文 和 响应报文 两种。
HTTP的这两种报文都由三部分组成:开始行、首部行、实体主体。
开始行可用于区分两种报文。
首部行都是由 首部字段名 和 值 组成,每个首部行在结束地方都有 CRLF
首部行和实体主体间有 CRLF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant