Module anterofit::net[][src]

Anterofit's HTTP client framework, built on Hyper.

Works standalone, but designed to be used with the service!{} macro.

Re-exports

pub use self::intercept::Interceptor;
pub use self::intercept::Chain;
pub use self::request::RequestHead;
pub use self::request::RequestBuilder;
pub use self::request::Request;
pub use self::response::FromResponse;
pub use self::response::Raw as RawResponse;

Modules

body

Types that can be serialized to bodies of HTTP requests.

header

Headers container, and common header fields.

intercept

Types for modifying outgoing requests on-the-fly, e.g. to add headers or query parameters.

method

Strongly typed HTTP methods and their traits

request

Types for constructing and issuing HTTP requests.

response

Types concerning the responses from REST calls.

Structs

Call

A handle representing a pending result to an executed request.

Headers

A map of header fields on requests and responses.

Enums

Method

The Request Method (VERB)