• R
    Support HttpEntity method arguments · 1e1e2f8b
    Rossen Stoyanchev 提交于
    The RequestBodyArgumentResolver has been refactored to have a shared
    base class and tests with the new HttpEntityMethodArgumentResolver.
    
    An HttpEntity argument is not expected to have an async wrapper because
    the request headers are available immediately. The body however can be
    asynchronous, e.g. HttpEntity<Flux<String>>.
    1e1e2f8b
ResponseEntityResultHandlerTests.java 9.0 KB