Module tokio_websockets::upgrade

source ·
Available on crate features client or server only.
Expand description

HTTP upgrade request and response generation and validation helpers.

Enums§

  • Errors that occur during the HTTP upgrade handshake between client and server.

Type Aliases§

  • Responseclient
    A parsed HTTP/1.1 101 Switching Protocols response. These responses typically do not contain a body, therefore it is omitted.