Ice.WSConnectionInfo

class Ice.WSConnectionInfo

Bases: ConnectionInfo

Provides access to the connection details of a WebSocket connection.

headers

The HTTP headers from the WebSocket upgrade handshake, with the request headers for an incoming connection and the response headers for an outgoing connection.

Type:

dict[str, str]