class Protocol::HTTP::Middleware

def initialize(delegate)

def initialize(delegate)
	@delegate = delegate
end