makeRequest abstract method
Creates a new outgoing stream.
Implementation
ClientTransportStream makeRequest(List<Header> headers,
{bool endStream = false});
Creates a new outgoing stream.
ClientTransportStream makeRequest(List<Header> headers,
{bool endStream = false});