add(_:)

    Add middleware to group

    MiddlewareGroup.swift:27
    @discardableResult func add(_ middleware: any MiddlewareProtocol<Request, Response, Context>) -> Self

    This middleware will only be applied to endpoints added after this call.

    Other members in extension

    Instance members