Crate atlas_http

Source

Re-exports§

pub use self::client::HttpClient;
pub use self::cookie::Cookie;
pub use self::client_sync::HttpSyncClient;
pub use self::client_builder::HttpClientConfig;
pub use self::client_builder::HttpClientBuilder;
pub use self::request::HttpRequest;
pub use self::response::HttpResponse;
pub use self::body::HttpBody;
pub use self::headers::HttpHeaders;
pub use self::cookie_jar::CookieJar;

Modules§

body
client
client_builder
client_sync
cookie
cookie_jar
error
headers
request
response

Enums§

ProxyType