Constant hyper::header::SEC_WEBSOCKET_ACCEPT [] [src]

pub const SEC_WEBSOCKET_ACCEPT: HeaderName = HeaderName{inner: Repr::Standard(StandardHeader::SecWebSocketAccept),}

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.