makeRequest method

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

Creates a new outgoing stream.

Implementation

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