Module: CC::Service::HTTP::ClassMethods
- Defined in:
- lib/cc/service/http.rb
Instance Method Summary collapse
Instance Method Details
#default_http_options ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/cc/service/http.rb', line 8 def ||= { adapter: :net_http, request: { timeout: 10, open_timeout: 5 }, ssl: { verify_depth: 5 }, headers: {} } end |