Bandit.HTTP2.Stream.start_push

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

start_push(stream, headers, peer, plug)

View Source

Specs

start_push(
  t(),
  Plug.Conn.headers(),
  Plug.Conn.Adapter.peer_data(),
  Bandit.plug()
) :: {:ok, t()}