class Datadog::Profiling::Transport::HTTP::Response

Response from HTTP transport for profiling

Public Class Methods

new(http_response, options = {}) click to toggle source
Calls superclass method Datadog::Transport::HTTP::Response::new
# File lib/ddtrace/profiling/transport/http/response.rb, line 15
def initialize(http_response, options = {})
  super(http_response)
end