Expand description
Server handshake machine.
Structs§
- NoCallback
- Stub for callback that does nothing.
- Server
Handshake - 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 streamw
.
Type Aliases§
- Error
Response - Server error response type.
- Request
- Server request type.
- Response
- Server response type.