-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Rossen Stoyanchev opened SPR-14154 and commented
In addition to reactive HTTP abstractions (see #18724) we need a WebClient
to perform HTTP requests with higher level support for serializing and deserializing business objects to and from JSON, XML and other content types.
This is equivalent to the existing RestTemplate
and AsyncRestTemplate
but built on the reactive HTTP request and response from #18724. The new WebClient
should provide first class support for using different async composition libraries with built-in support for Reactor and RxJava 1.x.
Affects: 4.2.5
Issue Links:
- Reactive client and server HTTP adapters [SPR-14152] #18724 Reactive client and server HTTP adapters ("depends on")
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement