api

http4k / org.http4k.core / RequestContext / Companion

Companion

companion object Companion : LensExtractor<Request, UUID>, LensInjector<UUID, Request>

Companion Object Functions

Name Summary
invoke Lens operation to set the value into the targetfun <R : Request> invoke(value: UUID, target: R): R
Lens operation to get the value from the targetfun invoke(target: Request): UUID