Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

NMetaMiddleware

siemensikkema edited this page Sep 10, 2020 · 2 revisions

NMetaMiddleware

public final class NMetaMiddleware:​ Middleware

Inheritance

Middleware

Initializers

init()

public init()

Methods

respond(to:​chainingTo:​)

See Middleware.respond(to:​)

public func respond(to request:​ Request, chainingTo next:​ Responder) -> EventLoopFuture<Response>