http-acl 0.5.9

An ACL for HTTP requests.
Documentation
[dependencies.ipnet]
version = "2.9.0"

[dependencies.matchit]
version = "0.8.4"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.204"

[dependencies.thiserror]
version = "1.0.63"

[dependencies.url]
version = "2.5.2"

[dev-dependencies]

[features]
serde = ["dep:serde", "ipnet/serde"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-client"]
description = "An ACL for HTTP requests."
edition = "2021"
keywords = ["http", "acl", "ip", "network", "ssrf"]
license = "Apache-2.0"
name = "http-acl"
readme = "README.md"
repository = "https://github.com/nethunterslabs/http-acl"
version = "0.5.9"