接口 ClientRequest


  • public interface ClientRequest
    Represents a typed, immutable, client-side HTTP request, as executed by the ExchangeFunction. Instances of this interface can be created via static builder methods.

    Note that applications are more likely to perform requests through WebClient rather than using this directly.

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