Module tk_http::websocket::client [] [src]

Websocket client implementation

Structs

Encoder

This a request writer that you receive in Codec

EncoderDone

This structure returned from Encoder::done and works as a continuation that should be returned from the future that writes request.

HandshakeProto

A future that resolves to framed streams when websocket handshake is done

Head

A borrowed structure that represents response headers

SimpleAuthorizer

Default handshake handler, if you just want to get websocket connected

Traits

Authorizer

Authorizer sends all the necessary headers and checks response headers to establish websocket connection