spring-framework / org.springframework.web.reactive.function.client / ClientRequest / attribute

attribute

open fun attribute(name: String): Optional<Any>

Return the request attribute value if present.

Parameters

name - the attribute name

Return
the attribute value