fortifynet_proxy-0.1.0 has been yanked.
FortifyNet Proxy
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.
Features
- Basic HTTP request handling with customizable responses.
- Simple authentication mechanism for user verification.
- Resource caching to optimize performance and reduce bandwidth usage.
- Graceful shutdown mechanism for safe server termination.
Installation
To use FortifyNet Proxy in your Rust project, add the following line to your Cargo.toml file:
[]
= "0.1.0"
Usages
Custom Pot Configuration
use start_proxy_server;
use Ipv4Addr;
Advanced Configuration with Authentication
use ;
Customized Resource Cache
use ;
Graceful Shutdown Handling
use ;
- These examples showcase different ways users can configure and use the FortifyNet Proxy API in their Rust applications. Users can customize settings such as IP address, port, authentication, caching, and gracefully handle server shutdown based on their requirements.