lmrc-cli 0.3.16

CLI tool for scaffolding LMRC Stack infrastructure projects
Documentation
1
2
3
4
5
6
//! HTTP proxy client implementation
//!
//! This module re-exports the proxy functionality from lmrc-proxy library.
//! For implementation details, see the lmrc-proxy crate documentation.

pub use lmrc_proxy::{proxy_request, ProxyConfig};