View Source ReverseProxyPlug (reverse_proxy_plug v2.4.1)

The main ReverseProxyPlug module.

Summary

Functions

@spec call(Plug.Conn.t(), Keyword.t()) :: Plug.Conn.t()

Callback implementation for Plug.call/2.

Link to this function

downcase_headers(headers)

View Source
@spec init(Keyword.t()) :: Keyword.t()

Callback implementation for Plug.init/1.

Link to this function

read_body(conn, opts \\ [])

View Source
Link to this function

request(conn, body, opts)

View Source
Link to this function

response(error, conn, opts)

View Source