Crate chttp [] [src]

Reexports

pub extern crate http;
pub use body::Body;
pub use client::Client;
pub use error::Error;
pub use options::*;

Modules

body
client
error
options

Functions

delete

Sends a DELETE request.

get

Sends a GET request.

post

Sends a POST request.

put

Sends a PUT request.

send

Type Definitions

Request
Response