Module tungstenite::handshake::server [−][src]
Server handshake machine.
Structs
| NoCallback | Stub for callback that does nothing. |
| ServerHandshake | Server handshake role. |
Traits
| Callback | The callback trait. |
Functions
| create_response | Create a response for the request. |
| create_response_with_body | Create a response for the request with a custom body. |
Type Definitions
| ErrorResponse | Server error response type. |
| Request | Server request type. |
| Response | Server response type. |