1265 Commits (dc080cb1be4c35398d1d995c3bb8025ccfde6dea)

Author SHA1 Message Date
Rossen Stoyanchev 00a35897fe ServerWebExchange provides access to form data 10 years ago
Rossen Stoyanchev 81b4dedd08 Polish form reader/writer 10 years ago
Sebastien Deleuze 46599e7d03 Add FormHttpMessageReader/Writer 10 years ago
Rossen Stoyanchev c3f22b7364 Add "mutate" builder to ServerWebExchange 10 years ago
Sebastien Deleuze b1030eba3f Fix JsonObjectDecoder chunks handling 10 years ago
Arjen Poutsma 8f844461a0 Make HttpComponentsAsyncClientHttpRequest abortable 10 years ago
Arjen Poutsma 7b469f9c62 Improve WebClient error handling 10 years ago
Arjen Poutsma c96badc794 Add ExchangeFilterFunction.ofRequestProcessor and ofResponseProcessor 10 years ago
Arjen Poutsma 20dec61d04 Refactored BodyInserters 10 years ago
Arjen Poutsma 94930043fd Added MediaType.TEXT_EVENT_STREAM 10 years ago
Brian Clozel 99a3210859 Refactor tests with ScriptedSubscriber 10 years ago
Rossen Stoyanchev aea3a75018 Fix failing tests 10 years ago
Rossen Stoyanchev 5c9c5e0b45 Early registration of WriteListener 10 years ago
Rossen Stoyanchev e3673d43b9 Thread-safe reactive ServerHttpRequest 10 years ago
Arjen Poutsma 08931950f4 Add byte[] encoder and decoder 10 years ago
Juergen Hoeller 3726c6f18d Polishing 10 years ago
Rossen Stoyanchev b92d541ba0 Add contextPath support for reactive web applications 10 years ago
soldierkam 8143e5fe20 HttpClient instance should be shared for each call 10 years ago
Arjen Poutsma fa9cc1eb1a Add bodyToMono/bodyToFlux convenience methods 10 years ago
Sebastien Deleuze 921bf5fb70 Use the official RxJava to Reactive Streams adapter 10 years ago
Arjen Poutsma 0cfb6b37f2 Align Reactive WebClient with web.reactive.function 10 years ago
Arjen Poutsma dc1926a861 Moved BodyExtractor and BodyInserter to http.codec 10 years ago
Rossen Stoyanchev 72397e3505 Polish 10 years ago
Sebastien Deleuze 50f2cda009 Better encapsulation for CORS default permit configuration 10 years ago
Violeta Georgieva 25e7cd577d Handle AsyncListener.onComplete in Servlet adapter 10 years ago
Rossen Stoyanchev ec1eb14280 Add getPrincipal to ServerWebExchange 10 years ago
Philippe Marschall ae5b0c6fb5 Replace J2EE with Java EE 10 years ago
Rossen Stoyanchev 6cb7d51ee5 Polish 10 years ago
soldierkam e5158d47e0 EncoderHttpMessageWriter tries to send wildcard type in response header 10 years ago
Violeta Georgieva ced6559941 Improve AbstractResponseBodyProcessor.onNext(..) 10 years ago
Rossen Stoyanchev fada5aed6e Check status in AbstractServerHttpResponse setComplete 10 years ago
Rossen Stoyanchev 960cc42060 Fix test failure in WebSessionIntegrationTests 10 years ago
Rossen Stoyanchev d4446c79b6 Restore state field in AbstractServerHttpResponse 10 years ago
Rossen Stoyanchev c1e5e3a87e Polish AsyncListener in ServletHttpHandlerAdapter 10 years ago
Violeta Georgieva 7e94377382 Handle async operation events 10 years ago
Rossen Stoyanchev 9f8e8458c1 Polish AbstractServerHttpResponse 10 years ago
Sam Brannen 8cf1933148 Only print request/response body if char enc is present in MVC Test 10 years ago
Rossen Stoyanchev 1de73b9b4f Polish 10 years ago
Rossen Stoyanchev b28b3e8877 Add WebExchangeDataBinder 10 years ago
Sebastien Deleuze 9bf8489afd Remove duplicated elements in CorsConfiguration#combine() 10 years ago
Sebastien Deleuze 196c73fa50 Polish CorsConfigurationTests 10 years ago
Rossen Stoyanchev 33c48e7a17 Polish reactive CORS support 10 years ago
Sebastien Deleuze e31a2f778b Add Reactive CORS support 10 years ago
Sebastien Deleuze 0cc330e8fc Fix HttpRequest#getURI() with Netty based engines 10 years ago
Brian Clozel ea5ff87f8e Fix NumberFormatException with X-Forwarded-Host 10 years ago
Brian Clozel 53441f8962 Configure default SSL context in Netty RequestFactory 10 years ago
Juergen Hoeller cfa0f6c84b Consistent final logger fields 10 years ago
Sebastien Deleuze 324c310cbd Log unresolved exceptions at error level 10 years ago
Brian Clozel 11aa920785 Remove RxJava 1.x variants of WebClient adapters 10 years ago
Sam Brannen 04b8ae921e Introduce getContentAsByteArray()/getContentAsString() in MockHtttpSvltReq 10 years ago