ProxyConnection is a String property that represents the value received in an HTTP response for the 'Proxy-connection' header. ProxyConnection indicates that an HTTP response using a proxied connection should perform the indicated action after completion of the HTTP Response. ProxyConnection can contain one of the values:
- KEEP—ALIVE - The connection should be maintained for subsequent use.
- CLOSE - The connection should be closed.