Bandit.HTTP2.Stream.recv_headers

You're seeing just the function recv_headers, go back to Bandit.HTTP2.Stream module for more information.
Link to this function

recv_headers(stream, trailers, arg3, peer, plug)

View Source

Specs

recv_headers(
  t(),
  Plug.Conn.headers(),
  boolean(),
  Plug.Conn.Adapter.peer_data(),
  Bandit.plug()
) :: {:ok, t()} | {:error, Bandit.HTTP2.Connection.error()} | {:error, error()}