module Protocol::HTTP::Middleware::NotFound

def self.call(request)

def self.call(request)
	Response[404]
end

def self.close

def self.close
end