Method: HTTPX::Connection::HTTP2#timeout
- Defined in:
- lib/httpx/connection/http2.rb
#timeout ⇒ Object
50 51 52 53 54 |
# File 'lib/httpx/connection/http2.rb', line 50 def timeout return .timeout[:operation_timeout] if @handshake_completed .timeout[:settings_timeout] end |