fn process_ws_response(
http_state: &HttpState,
response: &Response,
resource_url: &ServoUrl,
protocols: &[String],
) -> Result<Option<String>, Error>
Expand description
Process an HTTP response resulting from a WS handshake.
This ensures that any Cookie
or HSTS headers are recognized.
Returns an error if the protocol selected by the handshake doesn’t
match the list of provided protocols in the original request.