class Async::HTTP::Protocol::HTTP2::Response::Stream
def accept_push_promise_stream(promised_stream_id, headers)
@parameter promised_stream_id [Integer] The stream ID for the promised resource.
Handle a push promise stream from the server.
def accept_push_promise_stream(promised_stream_id, headers) raise ProtocolError, "Cannot accept push promise stream!" end