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§

Modules§

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