Module request

Source
Expand description

§Request

To control the timer, a client sends requests to the server and receive back a response. This module contains the request structure as well as trait to read and write a request.

Enums§

Request
The client request struct.

Traits§

RequestReader
Trait to read a client request.
RequestWriter
Trait to write a client request.