Class: NewRelic::Agent::HTTPClients::AbstractRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/new_relic/agent/http_clients/abstract.rb

Overview

This class provides a public interface for wrapping HTTP requests. This may be used to create wrappers that are compatible with New Relic’s external request API.

Constant Summary collapse

LHOST =
'host'
UHOST =
'Host'
COLON =
':'