Interface WebClient


public interface WebClient
Non-blocking, reactive client to perform HTTP requests, exposing a fluent, reactive API over underlying HTTP client libraries such as Reactor Netty.

Use static factory methods create() or create(string), or builder() to prepare an instance.

For examples with a response body see:

For examples with a request body see:

since:
5.0
Author:
Rossen stoyanchev, Arjen Poutsma, sebastien Deleuze, Brian Clozel