kvarn_extensions::reverse_proxy

Type Alias GetConnectionFn

source
pub type GetConnectionFn = Arc<dyn Fn(&FatRequest, &Bytes) -> Option<Connection> + Send + Sync>;
Available on crate feature reverse-proxy only.

Aliased Typeยง

struct GetConnectionFn { /* private fields */ }