class HTTP::Features::Instrumentation

def wrap_response(response)

def wrap_response(response)
  instrumenter.finish(name, :response => response)
  response
end