Expand description
Websocket handshakes.
Re-exports§
pub use client::Client;pub use client::ServerResponse;pub use server::ClientRequest;pub use server::Server;
Modules§
- client
- Websocket client handshake.
- http
- This module somewhat mirrors
crate::handshake::server, except it’s focus is on working withhttp::Requestandhttp::Responsetypes, making it easier to integrate with external web servers such as Hyper. - server
- Websocket server handshake.
Enums§
- Error
- Enumeration of possible handshake errors.
Type Aliases§
- WebSocket
Key - Owned value of the
Sec-WebSocket-Keyheader.