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

GatekeeperHostnameKeyMaker

siemensikkema edited this page Sep 3, 2021 · 1 revision

GatekeeperHostnameKeyMaker

Uses the hostname of the client to create a cache key.

public struct GatekeeperHostnameKeyMaker: GatekeeperKeyMaker 

Inheritance

GatekeeperKeyMaker

Methods

make(for:)

public func make(for req: Request) -> EventLoopFuture<String>