Function actix_http::ws::handshake
source ยท pub fn handshake(req: &RequestHead) -> Result<ResponseBuilder, HandshakeError>
Available on crate feature
ws
only.Expand description
Verify WebSocket handshake request and create handshake response.