Quidest?

HTTP flow

ยท Lorenzo Drumond

When a client wants to communicate with a server, either the final server or an intermediate proxy, performs the following steps:

  1. Open a TCP connection
  2. Send a HTTP message
  3. Read the response sent by the server
  4. 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