Class: HTTPI::Request

Inherits:
Object
  • Object
show all
Defined in:
lib/httpi_monkeypatch.rb

Instance Method Summary collapse

Instance Method Details

#open_timeoutObject



9
10
11
# File 'lib/httpi_monkeypatch.rb', line 9

def open_timeout
  300
end

#read_timeoutObject



13
14
15
# File 'lib/httpi_monkeypatch.rb', line 13

def read_timeout
  300
end