Module request

Source
Expand description

Request handling for the agent.

Enums§

HandlerError
The error type for handling a request.

Traits§

Handler
A request handler that can handle a request to an agent.

Functions§

handle
Handles requests to an agent.
parse_args
Parses the arguments of a request.
send_response
Sends a response to a request.