helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.51k stars 566 forks source link

Doc 2.0: Guide for Helidon SE WebClient #1627

Open ljamen opened 4 years ago

ljamen commented 4 years ago

Environment Details


Problem Description

The new Helidon WebClient for Helidon SE 2.0 allows you to perform any HTTP requests to the target endpoint (via GET, PUT, etc.), and handle the provided response in a reactive way. The WebClient’s reactive approach means that you are no longer blocked while waiting for the data.

Review the Medium blog post for a good overview https://medium.com/helidon/helidon-web-client-72e22f5d509a

The Helidon guides are step-by-step "cookbook" style tutorials that should take a user through a complete use case.

ljamen commented 4 years ago

This is for the Web Client GUIDE (not doc). We have an intro topic but not a guide.

http://localhost:8000/#/se/webclient/01_introduction