HTTP flow
When a client wants to communicate with a server, either the final server or an intermediate proxy, performs the following steps:
- Open a TCP connection
- Send a HTTP message
- Read the response sent by the server
- Close or reuse the connection for further requests.
If HTTP pipelining is activated, several requests can be sent without waiting for the first response to be fully received.
References
Next -> example-of-http1-messages
#what #http #code #exchange #web #protocol #hypertext #server #internet #network #html #flow #communication #node #header