Crate chttp [] [src]

Reexports

pub extern crate http;
pub use client::Client;

Modules

client
transport

Enums

Body

Contains the body of an HTTP request or response.

Error

All possible types of errors that can be returned from cHTTP.

RedirectPolicy

Describes a policy for handling server redirects.

Functions

delete

Sends a DELETE request.

get

Sends a GET request.

post

Sends a POST request.

put

Sends a PUT request.

Type Definitions

Request
Response