Method: OneApm::Support::HTTPClients::TyphoeusHTTPRequest#post_params

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

#post_paramsObject



83
84
85
# File 'lib/one_apm/support/http_clients/typhoeus_wrappers.rb', line 83

def post_params
  body.nil?? {} :  CGI.parse(body)
end