Module NewRelic::Agent::HTTPClients::URIUtil
In: lib/new_relic/agent/http_clients/uri_util.rb

Methods

Constants

QUESTION_MARK = "?".freeze

Public Class methods

There are valid URI strings that some HTTP client libraries will accept that the stdlib URI module doesn‘t handle. If we find that Addressable is around, use that to normalize out our URL‘s.

[Validate]