Method: HTTPX::Connection::HTTP2#timeout

Defined in:
lib/httpx/connection/http2.rb

#timeoutObject



50
51
52
53
54
# File 'lib/httpx/connection/http2.rb', line 50

def timeout
  return @options.timeout[:operation_timeout] if @handshake_completed

  @options.timeout[:settings_timeout]
end