Bandit.HTTP2.Connection.send_data

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

send_data(stream_id, pid, data, end_stream, on_unblock, socket, connection)

View Source

Specs

send_data(
  Bandit.HTTP2.Stream.stream_id(),
  pid(),
  iodata(),
  boolean(),
  (... -> any()),
  ThousandIsland.Socket.t(),
  t()
) :: {:ok, boolean(), t()} | {:error, term()}