接口的使用
org.springframework.web.reactive.function.client.WebClient.UriSpec
使用WebClient.UriSpec的程序包 程序包 说明 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.UriSpec的使用
org.springframework.web.reactive.function.client中WebClient.UriSpec的子接口 修饰符和类型 接口 说明 static interfaceWebClient.RequestBodyUriSpecContract for specifying request headers, body and URI for a request.static interfaceWebClient.RequestHeadersUriSpec<S extends WebClient.RequestHeadersSpec<S>>Contract for specifying request headers and URI for a request.