Connection Header
- Category :
- Concept
- Tags :
- general_computing_gleanings
- http
- http_headers
- c
- Created:
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: ). ↩︎
Share :
Other Articles
- Published:
- Strict-Transport-Security (HSTS) header
- Category: Concept
- Published:
- cryptography
- Category: Concept