module Falcon::NotFound

def self.call(request)

def self.call(request)
	return Async::HTTP::Response[404, {}, []]
end