Expand description
§Request and response definitions
A Request
is what is sent to the service to execute one operation. A Response
is what the
service returns.
Re-exports§
Modules§
- common
- This module implements the raw wire protocol header frame for requests and responses in all defined versions of the protocol (currently just 1.0).
- request
- Request definition
- response
- Response definition
- utils
- Module containing helper macros and functions used in tests.
Enums§
- Auth
Type - Listing of available authentication methods.
- Body
Type - Listing of body encoding types and their associated codes.
- Opcode
- Listing of available operations and their associated opcode.
- Provider
Id - Listing of provider types and their associated codes.
- Response
Status - C-like enum mapping response status options to their code.
Type Aliases§
- Result
- A Result type with the Err variant set as a ResponseStatus