class Protocol::HTTP::Middleware::Builder
def initialize(default_app = NotFound)
Initialize the builder with the given default application.
def initialize(default_app = NotFound) @use = [] @app = default_app end
def initialize(default_app = NotFound) @use = [] @app = default_app end