接口 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:

    从以下版本开始:
    5.0
    作者:
    Rossen Stoyanchev, Arjen Poutsma, Sebastien Deleuze, Brian Clozel