Module client_prelude

Module client_prelude 

Source

Re-exports§

pub use crate::ApiError;
pub use crate::AsyncClient;
pub use crate::Client;
pub use crate::RestClient;

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
HttpError
A generic “error” for HTTP connections
HttpResponse
Represents an HTTP response
RequestBuilder
An HTTP request builder
Url
A parsed URL record.

Enums§

ParseError
Errors that can occur during parsing.

Attribute Macros§

async_trait