Skip to main content

Constant tauri::http::header::SEC_WEBSOCKET_ACCEPT

x3A;:header::SEC_WEBSOCKET_ACCEPT,

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.