module Async::HTTP::Middleware::Okay

def self.call

def self.call
	Response.local(200, {}, [])
end