Table of Contents
About
The HTTP Connection
header controls whether the network connection stays open after the current transaction finishies; if the value sent is keep-alive
, the connection is perisistent and not closed, allowing subsequent request to the same server on the same connection1.
Anki
Links
References
MDN. “Connection header”. Available at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Connection. (Accessed: ). ↩︎