View Source API Reference reverse_proxy_plug v3.0.2
Modules
The main ReverseProxyPlug module.
Behaviour defining the HTTP client interface needed for reverse proxying.
Finch adapter for the ReverseProxyPlug.HTTPClient
behaviour
HTTPoison adapter for the ReverseProxyPlug.HTTPClient
behaviour
Req adapter for the ReverseProxyPlug.HTTPClient
behaviour
Tesla adapter for the ReverseProxyPlug.HTTPClient
behaviour
If the option :follow_redirect
is given to a request, HTTP redirects are automatically follow if
the method is set to :get
or :head
and the response's status_code
is 301
, 302
or 307
.
Request
properties
HTTP Client response model