This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Gatekeeper
siemensikkema edited this page Sep 3, 2021
·
1 revision
public struct Gatekeeper
public init(cache: Cache, config: GatekeeperConfig, identifier: GatekeeperKeyMaker)
public func gatekeep(
on req: Request,
throwing error: Error = Abort(.tooManyRequests, reason: "Slow down. You sent too many requests.")
) -> EventLoopFuture<Void>
Generated at 2021-09-03T08:36:15+0000 using swift-doc 1.0.0-rc.1.