module Protocol::HTTP::Middleware::Okay
def self.call(request)
@parameter request [Request] The request object.
Call the middleware with the given request, always returning a 200 response.
def self.call(request) Response[200] end
def self.close
def self.close end