Module server

Source
Expand description

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.
write_response
Write response to the stream w.

Type Aliases§

ErrorResponse
Server error response type.
Request
Server request type.
Response
Server response type.