Generated by
JDiff

Interface org.springframework.web.reactive.function.server.ServerResponse

Added Methods
BodyBuilder permanentRedirect(URI) Create a builder with a HttpStatus#PERMANENT_REDIRECT 308 Permanent Redirect status and a location header set to the given URI.
BodyBuilder seeOther(URI) Create a builder with a HttpStatus#SEE_OTHER 303 See Other status and a location header set to the given URI.
BodyBuilder temporaryRedirect(URI) Create a builder with a HttpStatus#TEMPORARY_REDIRECT 307 Temporary Redirect status and a location header set to the given URI.