Method: HTTPX::Connection::HTTP2#consume
- Defined in:
- lib/httpx/connection/http2.rb
#consume ⇒ Object
66 67 68 69 70 |
# File 'lib/httpx/connection/http2.rb', line 66 def consume @streams.each do |request, stream| handle(request, stream) end end |