Expand description
§Response
When a server receives a request, it sends back a response. This module contains the response structure as well as traits to read and write a response.
Enums§
- Response
- The server response struct.
Traits§
- Response
Reader - Trait to read a server response.
- Response
Writer - Trait to write a response.