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

from

open static fun from(other: ClientRequest): Builder

Create a builder with the method, URI, headers, and cookies of the given request.

Parameters

other - the request to copy the method, URI, headers, and cookies from

Return
the created builder