[][src]Module parsec_interface::requests

Requests and Responses

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

request
response
utils

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