spring-framework/spring-web/src
Rossen Stoyanchev 00a35897fe ServerWebExchange provides access to form data
The ServerWebExchange now has a getFormData() method that delegates to
FormHttpMessageReader for the parsing and then caches the result so
it may be used multiples times during request processing.

Issue: SPR-14541
2016-10-28 22:58:31 +03:00
..
main ServerWebExchange provides access to form data 2016-10-28 22:58:31 +03:00
test ServerWebExchange provides access to form data 2016-10-28 22:58:31 +03:00