Bandit.HTTP2.Stream.recv_headers
You're seeing just the function
recv_headers
, go back to Bandit.HTTP2.Stream module for more information.
Specs
recv_headers( t(), Plug.Conn.headers(), boolean(), Plug.Conn.Adapter.peer_data(), Bandit.plug() ) :: {:ok, t()} | {:error, Bandit.HTTP2.Connection.error()} | {:error, error()}