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

Application_Gatekeeper_KeyMakers_Provider

siemensikkema edited this page Sep 3, 2021 · 1 revision

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