khttp 0.1.12

A low-level synchronous HTTP/1.1 server/client library
Documentation
[dependencies.libc]
optional = true
version = "0.2"

[dependencies.memchr]
version = "2"

[features]
client = []
default = ["epoll"]
epoll = ["libc"]

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

[package]
authors = ["karlivory"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-server"]
description = "A low-level synchronous HTTP/1.1 server/client library"
edition = "2021"
homepage = "https://github.com/karlivory/khttp"
include = ["src/**", "README.md", "LICENSE*", "Cargo.toml"]
keywords = ["http", "web", "framework", "server", "minimal"]
license = "MIT"
name = "khttp"
readme = "README.md"
repository = "https://github.com/karlivory/khttp"
version = "0.1.12"