pub async fn proxy_handler(
__arg0: State<Arc<ProxyState>>,
__arg1: Path<String>,
request: Request<Body>,
) -> impl IntoResponseExpand description
Main proxy handler - forwards requests to upstream
pub async fn proxy_handler(
__arg0: State<Arc<ProxyState>>,
__arg1: Path<String>,
request: Request<Body>,
) -> impl IntoResponseMain proxy handler - forwards requests to upstream