//! # About
//! `http_tiny` is a small, nearly dependency-less crate to create, serialize, read and parse HTTP/1.1-headers.
//!
//! It is not designed to be the fastest crate out there, but it's easy to understand and read and flexible enough to be
//! useful as general-purpose HTTP-header crate.
/// Implements error types with support for `Backtrace` and some additional helpers
/// A HTTP header implementation
// A URL request target implementation
/// A percent coder
/// Some internal helpers
/// A wrapper to limit IO
// Re-export public types
pub use crate::;