Module layer
Expand description
Http Proxy Connector Layers for Rama Http Clients
Structs§
- Http
Proxy Address Layer - A
Layerwhich allows you to add aProxyAddressto theContextin order to have your client connector make a connection via this proxy (e.g. by usingHttpProxyConnectorLayer). - Http
Proxy Address Service - A
Servicewhich allows you to add aProxyAddressto theContextin order to have your client connector make a connection via this proxy (e.g. by usingHttpProxyConnectorLayer). - Http
Proxy Connect Response Headers - Extension added to the [
Context] byHttpProxyConnectorto record the headers from a successful CONNECT response. - Http
Proxy Connector - A connector which can be used to establish a connection over an HTTP Proxy.
- Http
Proxy Connector Layer - A
Layerwhich wraps the given service with aHttpProxyConnector. - Maybe
Http Proxied Connection - A connection which will be proxied if a
ProxyAddresswas configured - SetProxy
Auth Http Header Layer - A
Layerwhich will set the http auth header in case there is aProxyAddressin the [Context]. - SetProxy
Auth Http Header Service - A
Servicewwhich will set the http auth header in case there is aProxyAddressin the [Context].
Enums§
- Http
Proxy Error - error that can be returned in case a http proxy did not manage to establish a connection