Crate quickhttp

Source
Expand description

§http-client

A small library for making HTTP requests Designed to be a small, simple, and easy to use library for making HTTP requests. Supports all key features of HTTP Can be used synchronously or asynchronously (for example with tokio)

Re-exports§

pub use builder::ValidBuilder;
pub use request::ValidRequest;
pub use response::ValidResponse;
pub use status_code::StatusCode;

Modules§

builder
Request Builder type, allowing creation of a request
request
Request type, designed to be generated from a builder
response
Response type, designed to be generated from a request
status_code
status code types, designed to be used in the response field