mapRequestContext

mapRequestContext

Description

Transforms the RequestContext before it is passed to the inner route.

The mapRequestContext directive is used as a building block for Custom Directives to transform the request context before it is passed to the inner route. To change only the request value itself the mapRequest directive can be used instead.

See Transforming the Request(Context) for an overview of similar directives.

Example

TODO: Example snippets for JavaDSL are subject to community contributions! Help us complete the docs, read more about it here: write example snippets for Akka HTTP Java DSL #20466.

Contents