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