ClientTransportStream makeRequest(
List<Header> headers,
{bool endStream: false}
)

Creates a new outgoing stream.

Source

/// Creates a new outgoing stream.
ClientTransportStream makeRequest(List<Header> headers,
                                  {bool endStream: false});