Method: HTTPX::Request#read_timeout
- Defined in:
- lib/httpx/request.rb
#read_timeout ⇒ Object
the read timeout defied for this requet.
102 103 104 |
# File 'lib/httpx/request.rb', line 102 def read_timeout .timeout[:read_timeout] end |