Struct finchers_tungstenite::HandshakeError[][src]

pub struct HandshakeError { /* fields omitted */ }

The error type during handling WebSocket handshake.

Methods

impl HandshakeError
[src]

Trait Implementations

impl Debug for HandshakeError
[src]

Formats the value using the given formatter. Read more

impl From<HandshakeErrorKind> for HandshakeError
[src]

Performs the conversion.

impl HttpError for HandshakeError
[src]

Return the HTTP status code associated with this error type.

Append a set of header values to the header map.

Auto Trait Implementations