tinyhttp 0.4.0-rc1

A HTTP library with SSL and GZIP support
Documentation
[[bench]]
harness = false
name = "create_req"
[dependencies.tinyhttp-codegen]
version = "0.4.0-rc1"

[dependencies.tinyhttp-internal]
default-features = false
version = "0.4.0-rc1"
[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.log]
version = "0.4.17"

[dev-dependencies.minreq]
version = "2.8.1"

[dev-dependencies.simple_logger]
version = "4.0.0"

[features]
default = ["ssl", "sys", "log"]
log = ["tinyhttp-internal/log"]
openssl_vendor = ["tinyhttp-internal/openssl_vendor"]
ssl = ["tinyhttp-internal/ssl"]
sys = ["tinyhttp-internal/sys"]

[package]
authors = ["Mateo Cabanal <mateo200525@gmail.com>"]
description = "A HTTP library with SSL and GZIP support"
edition = "2021"
keywords = ["http", "server"]
license = "GPL-2.0-or-later"
name = "tinyhttp"
repository = "https://github.com/mateocabanal/tinyhttp"
resolver = "1"
version = "0.4.0-rc1"