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

FlashMiddleware

siemensikkema edited this page Sep 2, 2021 · 1 revision

FlashMiddleware

Middleware that passes along any flashes from the session to the next incoming request.

public struct FlashMiddleware: Middleware 

Inheritance

Middleware

Initializers

init()

public init() 

Methods

respond(to:chainingTo:)

public func respond(to request: Request, chainingTo next: Responder) -> EventLoopFuture<Response> 
Clone this wiki locally