Expand description
Everything related to handling of incoming requests.
Structs§
- Incoming
Request - A request coming in, including a sender for sending responses.
- Incoming
Request Receiver - Receiver for incoming requests.
- Outgoing
Response - Typed variant of
netconfig::OutgoingResponse
. - Outgoing
Response Sender - Sender for sending back responses on an
IncomingRequest
.
Enums§
Type Aliases§
- Result
- General result based on above
Error
.