Generated by
JDiff

Interface org.springframework.http.server.reactive.ServerHttpResponse

Removed Methods
String encodeUrl(String) A mechanism for URL rewriting that applications and libraries such as HTML template libraries to use consistently for all URLs emitted by the application.
void registerUrlEncoder(Function<String, String>) Register a URL rewriting function for use with .encodeUrl.