Bandit.Adapter.read_headers
You're seeing just the callback
read_headers
, go back to Bandit.Adapter module for more information.
Specs
read_headers(Plug.Conn.Adapter.payload()) :: {:ok, Plug.Conn.headers(), Plug.Conn.method(), request_uri(), Plug.Conn.Adapter.payload()} | {:error, String.t()}
Returns the initial connection data (method, request URI and headers) for a client connection.