Module tk_http::websocket::client
[−]
[src]
Websocket client implementation
Structs
| Encoder |
This a request writer that you receive in |
| EncoderDone |
This structure returned from |
| 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 |