Connection HTTP Header
Connection
Control options for the current connection and list of hop-by-hop response fields.
Accepted Values
One of the following values is accepted.
- close
The client or server would like to close the connection.
- keep-alive
The client would like to keep the connection open.
- upgrade
Indicate the connection should be upgraded from HTTP to HTTPS.
Example
Connection: keep-alive
Parse
Enter a Connection header below to parse and return details about it.
Reference
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection