Crate netc

Source
Expand description

The netc crate is HTTP client for the Rust programming language.

Re-exports§

pub use crate::client::Client;
pub use crate::client_builder::ClientBuilder;
pub use crate::error::Error;
pub use crate::headers::Headers;
pub use crate::method::Method;
pub use crate::request::Request;
pub use crate::response::Response;
pub use crate::status::Status;
pub use crate::status::StatusCode;
pub use crate::stream::HttpStream;
pub use crate::version::Version;

Modules§

client
client_builder
error
header
headers
method
request
response
status
stream
version

Functions§

delete
get
post