fortifynet_proxy 1.1.6

FortifyNet Proxy is a lightweight Rust proxy server designed to provide secure and efficient handling of HTTP requests with basic authentication and resource caching capabilities.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies.url]
version = "2.1.1"

[package]
authors = ["FortifyNet"]
description = "FortifyNet Proxy is a lightweight Rust proxy server designed to provide secure and efficient handling of HTTP requests with basic authentication and resource caching capabilities."
edition = "2021"
license = "MIT"
name = "fortifynet_proxy"
readme = "README.md"
version = "1.1.6"