Module response

Source
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§

ResponseReader
Trait to read a server response.
ResponseWriter
Trait to write a response.