Method: Protocol::HTTP2::Connection#create_push_promise_stream
- Defined in:
- lib/protocol/http2/connection.rb
#create_push_promise_stream(&block) ⇒ Object
366 367 368 |
# File 'lib/protocol/http2/connection.rb', line 366 def create_push_promise_stream(&block) create_stream(&block) end |