Method: NewRelic::Agent::HTTPClients::AsyncHTTPResponse#get_status_code

Defined in:
lib/new_relic/agent/http_clients/async_http_wrappers.rb

#get_status_codeObject

[View source]

12
13
14
# File 'lib/new_relic/agent/http_clients/async_http_wrappers.rb', line 12

def get_status_code
  get_status_code_using(:status)
end