接口的使用
org.springframework.web.reactive.function.client.WebClient.RequestBodyUriSpec
使用WebClient.RequestBodyUriSpec的程序包 程序包 说明 org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.client中WebClient.RequestBodyUriSpec的使用
返回WebClient.RequestBodyUriSpec的org.springframework.web.reactive.function.client中的方法 修饰符和类型 方法 说明 WebClient.RequestBodyUriSpecWebClient. method(HttpMethod method)Start building a request for the givenHttpMethod.WebClient.RequestBodyUriSpecWebClient. patch()Start building an HTTP PATCH request.WebClient.RequestBodyUriSpecWebClient. post()Start building an HTTP POST request.WebClient.RequestBodyUriSpecWebClient. put()Start building an HTTP PUT request.