Skip to content

Request

JaapWijnen edited this page Feb 15, 2021 · 2 revisions

Request

Request is an immutable object contains all information needed to process a request.

public final class Request

Properties

header

var header: Header

eventManager

var eventManager: EventManager

Methods

keyValueStore(key:)

public func keyValueStore(key: StoreKey) -> KeyValueStore

transientStore(key:)

public func transientStore(key: StoreKey) -> KeyValueStore

Clone this wiki locally