Bandit.HTTP2.Connection.send_push

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

send_push(stream_id, headers, socket, connection)

View Source

Specs

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