-
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
In Spring Framework 5.0, we introduced the WebClient
: a new, reactive HTTP client. Compared to RestTemplate
, the previous generation, WebClient
improved HTTP access on two fronts:
- asynchrony, offered through reactive streams, and
- improved APIs, making it much easier to customize request and response.
With the advent of Project Loom, asynchrony can be obtained through standard, synchronous APIs. We should therefore introduce a version of WebClient
that offers the same improved APIs as the current reactive version, but exposes them in a synchronous manner.
dreis2211, spencergibb, berngp, DevAlves1993, peterjurkovic and 26 moreEvaristeGalois11, berngp, bwgjoseph, fedorka, filiphr and 7 moremrpatrickpilch
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