Method: NewRelic::Agent::HTTPClients::EthonHTTPRequest#initialize
- Defined in:
- lib/new_relic/agent/http_clients/ethon_wrappers.rb
#initialize(easy) ⇒ EthonHTTPRequest
Returns a new instance of EthonHTTPRequest.
46 47 48 49 |
# File 'lib/new_relic/agent/http_clients/ethon_wrappers.rb', line 46 def initialize(easy) @easy = easy @uri = uri_from_easy end |