Class: HTTPI::Request
- Inherits:
-
Object
- Object
- HTTPI::Request
- Defined in:
- lib/httpi_monkeypatch.rb
Instance Method Summary collapse
Instance Method Details
#open_timeout ⇒ Object
9 10 11 |
# File 'lib/httpi_monkeypatch.rb', line 9 def open_timeout 300 end |
#read_timeout ⇒ Object
13 14 15 |
# File 'lib/httpi_monkeypatch.rb', line 13 def read_timeout 300 end |