Skip to content

Improve webclient and webflux documentation [SPR-15360] #19923

@spring-projects-issues

Description

@spring-projects-issues

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:

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)status: duplicateA duplicate of another issuetype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions