class ElasticAPM::Middleware

def http_result(status)

def http_result(status)
  status && "HTTP #{status.to_s[0]}xx"
end