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

  • 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 definition
  • Response definition
  • Module containing helper macros and functions used in tests.

Enums

  • Listing of available authentication methods.
  • Listing of body encoding types and their associated codes.
  • Listing of available operations and their associated opcode.
  • Listing of provider types and their associated codes.
  • C-like enum mapping response status options to their code.

Type Aliases

  • A Result type with the Err variant set as a ResponseStatus