module Qeweney::RoutingMethods

def reject(body, status)

def reject(body, status)
  respond(body, ':status' => status)
  throw :stop, :found
end