-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement
Description
Jonathan Borenstein opened SPR-15360 and commented
Perhaps more documentation and examples could be added to explain when one should use a webclient, routerfunction, distinctions between ClientReponse/ServerResponse, etc.
Also, make WebClient could have methods such as:
Person person = client.get("/", Person.class);
client.post("/", new Person());
Also, simple update and delete methods.
Just some suggestions, but I do think more documentation and more examples are needed for users to understand all parts of the WebFlux module.
Affects: 5.0 M5
Issue Links:
- Simplify access to request/response object in WebClient [SPR-15294] #19860 Simplify access to request/response object in WebClient
- Restructure Web Section of the documentation to include reactive support [SPR-15149] #19715 Restructure Web Section of the documentation to include reactive support
- Documentation for WebFlux fn [SPR-15362] #19925 Documentation for WebFlux fn
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issueA duplicate of another issuetype: enhancementA general enhancementA general enhancement