Application_Gatekeeper_KeyMakers_Provider - ml-archive/gatekeeper GitHub Wiki

Application.Gatekeeper.KeyMakers.Provider

public struct Provider 

Initializers

init(_:)

public init(_ run: @escaping (Application) -> Void) 

Properties

run

public let run: (Application) -> Void

hostname

A provider that the request hostname to generate a cache key.

public static var hostname: Self