ghttp 0.2.0

A Rust crate for building HTTP clients and servers with a focus on performance, ease of use, and global configurations
Documentation
[dependencies.http]
version = "1.1.0"

[dependencies.url]
version = "2.5.3"

[lib]
name = "ghttp"
path = "src/lib.rs"

[package]
authors = ["Montasir Mirghani <contact@montasir.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming"]
description = "A Rust crate for building HTTP clients and servers with a focus on performance, ease of use, and global configurations"
edition = "2021"
homepage = "https://github.com/dr-montasir/ghttp"
keywords = ["http", "url", "status"]
license = "MIT OR Apache-2.0"
name = "ghttp"
readme = "README.md"
repository = "https://github.com/dr-montasir/ghttp"
version = "0.2.0"