Method: HTTPX::Request#read_timeout

Defined in:
lib/httpx/request.rb

#read_timeoutObject

the read timeout defied for this requet.



102
103
104
# File 'lib/httpx/request.rb', line 102

def read_timeout
  @options.timeout[:read_timeout]
end