Skip to main content

proxy_handler

Function proxy_handler 

Source
pub async fn proxy_handler(
    __arg0: State<Arc<AppState>>,
    __arg1: OriginalUri,
    method: Method,
    headers: HeaderMap,
    body: Bytes,
) -> Response