Function rouille::proxy::proxy [] [src]

pub fn proxy<A>(request: &Request,
                config: ProxyConfig<A>)
                -> Result<Response, ProxyError> where A: ToSocketAddrs

Sends the request to another HTTP server using the configuration.

Note: Implementation is very hacky for the moment.

Note: SSL is not supported.