Method: OneApm::Support::HTTPClients::TyphoeusHTTPRequest#query

Defined in:
lib/one_apm/support/http_clients/typhoeus_wrappers.rb

#queryObject



75
76
77
# File 'lib/one_apm/support/http_clients/typhoeus_wrappers.rb', line 75

def query
  @uri.query.nil?? {} : CGI.parse(@uri.query)
end