spring-framework / org.springframework.web.reactive.function.server / RouterFunctionDsl / created

created

fun created(location: URI): BodyBuilder

Create a new builder with a 201 Created status and a location header set to the given URI.

Parameters

location - the location URI

Return
the created builder

Since
5.1