API Reference reverse_proxy_plug v2.0.0

Modules

The main ReverseProxyPlug module.

Behaviour defining the HTTP client interface needed for reverse proxying.

Carries the reference to be used for parsing an asynchronous response

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