Method: HTTPX::Connection::HTTP2#consume
- Defined in:
- lib/httpx/connection/http2.rb
#consume ⇒ Object
82 83 84 85 86 |
# File 'lib/httpx/connection/http2.rb', line 82 def consume @streams.each do |request, stream| handle(request, stream) end end |