View Source API Reference reverse_proxy_plug v3.0.1

Modules

The main ReverseProxyPlug module.

Behaviour defining the HTTP client interface needed for reverse proxying.

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.

HTTP Client response model