| Module | NewRelic::Agent::HTTPClients::URIUtil |
| In: |
lib/new_relic/agent/http_clients/uri_util.rb
|
| QUESTION_MARK | = | "?".freeze |
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.