Bandit.HTTP2.Connection.send_headers

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

send_headers(stream_id, pid, headers, end_stream, socket, connection)

View Source

Specs

send_headers(
  Bandit.HTTP2.Stream.stream_id(),
  pid(),
  Plug.Conn.headers(),
  boolean(),
  ThousandIsland.Socket.t(),
  t()
) :: {:ok, t()} | {:error, term()}