Module endpoint_prelude

Module endpoint_prelude 

Source
Expand description

Endpoint prelude

This module re-exports all of the types needed for endpoints to implement the Endpoint trait.

Re-exports§

pub use crate::client::Client;
pub use crate::endpoint::Endpoint;
pub use crate::error::BodyError;
pub use crate::params::FormParams;
pub use crate::params::QueryParams;

Structs§

Method
The Request Method (VERB)

Enums§

Cow
A clone-on-write smart pointer.