spring-framework/spring-webmvc
Alex Feigin 3714d0e401 Expose future response in new AsyncServerResponse
This commit introduces AsyncServerResponse, an extension of
ServerResponse that is returned from ServerResponse.async and that
allows users to get the future response by calling the block method.
This is particularly useful for testing purposes.
2020-12-03 14:45:56 +01:00
..
src Expose future response in new AsyncServerResponse 2020-12-03 14:45:56 +01:00
spring-webmvc.gradle Support suspending handler methods in Spring MVC 2020-10-09 12:25:32 +02:00