HTTP traffic includes requests from the client to the server and the response from the server back to the client
1. What is an HTTP message? What does it make up? Contains several parts?
The information used to interact with the HTTP protocol is the HTTP message, which is a string literal consisting of multiple lines of data, and consists of a message header and a message body.
2. Structure of request message and response message:
3. Example of request message and response message:
"Request Message Instance"
"Response Message Instance"
4. Supplementary instructions
4.0, message: Message is the basic unit of HTTP communication, composed of 8-bit byte stream, through the HTTP communication transmission
4.1. Request message: HTTP message from client (request side)
4.2. Response message: HTTP message on the service side (response side)
4.3, the first field will be explained in Part VI
I have limited ability. If there is a mistake, look treatise
2017-10-10
In Changsha
Read "Schematic http"-(HTTP message within HTTP messages)