[][src]Module parsec_interface::requests

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

pub use request::Request;
pub use response::Response;

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

AuthType

Listing of available authentication methods.

BodyType

Listing of body encoding types and their associated codes.

Opcode

Listing of available operations and their associated opcode.

ProviderID

Listing of provider types and their associated codes.

ResponseStatus

C-like enum mapping response status options to their code.

Type Definitions

Result

A Result type with the Err variant set as a ResponseStatus