Module layer
Expand description
Http Proxy Connector Layers for Rama Http Clients
Structs§
- Http
Proxy Address Layer - A
Layer
which allows you to add aProxyAddress
to theContext
in order to have your client connector make a connection via this proxy (e.g. by usingHttpProxyConnectorLayer
). - Http
Proxy Address Service - A
Service
which allows you to add aProxyAddress
to theContext
in order to have your client connector make a connection via this proxy (e.g. by usingHttpProxyConnectorLayer
). - Http
Proxy Connector - A connector which can be used to establish a connection over an HTTP Proxy.
- Http
Proxy Connector Layer - A
Layer
which wraps the given service with aHttpProxyConnector
. - SetProxy
Auth Http Header Layer - A
Layer
which will set the http auth header in case there is aProxyAddress
in theContext
. - SetProxy
Auth Http Header Service - A
Service
wwhich will set the http auth header in case there is aProxyAddress
in theContext
.
Enums§
- Http
Proxy Error - error that can be returned in case a http proxy did not manage to establish a connection