module Async::HTTP::Middleware::NotFound

def self.call(request)

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