spring-framework / org.springframework.web.reactive.function.server / RenderingResponse / from

from

open static fun from(other: RenderingResponse): Builder

Create a builder with the template name, status code, headers and model of the given response.

Parameters

other - the response to copy the values from

Return
the created builder