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. |
Type Definitions
ErrorResponse | Server error response type. |
Request | Server request type. |
Response | Server response type. |