Method: Async::HTTP::Protocol::HTTP2::WithPush.client
- Defined in:
- lib/async/http/protocol/http2.rb
.client(peer, settings = CLIENT_SETTINGS) ⇒ Object
81 82 83 |
# File 'lib/async/http/protocol/http2.rb', line 81 def self.client(peer, settings = CLIENT_SETTINGS) HTTP2.client(peer, settings) end |