Module request_metadata

Source

Constants§

METADATA_KEY_TYPE
A route request metadata key for the capability type.
TYPE_CONFIG
TYPE_DICTIONARY
TYPE_PROTOCOL
The capability type value for a protocol.

Traits§

Metadata
A type which has accessors for route request metadata of type T.

Functions§

config_metadata
Returns a Dict containing Router Request metadata specifying a Config porcelain type.
dictionary_metadata
Returns a Dict containing Router Request metadata specifying a Dictionary porcelain type.
protocol_metadata
Returns a Dict containing Router Request metadata specifying a Protocol porcelain type.
resolver_metadata
Returns a Dict Containing Router Request metadata specifying a Resolver porcelain type.
runner_metadata
Returns a Dict containing Router Request metadata specifying a Runner porcelain type.
service_metadata
Returns a Dict Containing Router Request metadata specifying a Service porcelain type.