• A
    Various improvements to web.reactive.function · 59e43269
    Arjen Poutsma 提交于
    This commit introduces the following changes to web.reactive.function:
    
    - Added RouterFunction.andRoute(), a combination of RouterFunction.and()
    with RouterFunctions.route()
    - ServerRequest.pathVariable() returns String instead of
    Optional<String>. An exception is thrown if the variable is not present.
    - Added HandlerFilterFunction.andThen and HandlerFilterFunction.apply()
    59e43269
RouterFunction.java 3.9 KB