pub const SEC_WEBSOCKET_ACCEPT: HeaderName;
Expand description

The |Sec-WebSocket-Accept| header field is used in the WebSocket opening handshake. It is sent from the server to the client to confirm that the server is willing to initiate the WebSocket connection.