Module: DebugNetHttp
- Included in:
- Faraday::Adapter::NetHttp
- Defined in:
- lib/digdag_client/debug_net_http.rb
Instance Method Summary collapse
Instance Method Details
#net_http_connection(env) ⇒ Object
2 3 4 5 6 |
# File 'lib/digdag_client/debug_net_http.rb', line 2 def net_http_connection(env) http = super http.set_debug_output $stderr http end |