Uses of Interface
org.springframework.web.reactive.function.client.WebClient.RequestHeadersUriSpec
Packages that use WebClient.RequestHeadersUriSpec Package Description org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.Uses of WebClient.RequestHeadersUriSpec in org.springframework.web.reactive.function.client
Subinterfaces of WebClient.RequestHeadersUriSpec in org.springframework.web.reactive.function.client Modifier and Type Interface Description static interfaceWebClient.RequestBodyUriSpecContract for specifying request headers, body and URI for a request.Methods in org.springframework.web.reactive.function.client that return WebClient.RequestHeadersUriSpec Modifier and Type Method Description WebClient.RequestHeadersUriSpec<?>WebClient. delete()Start building an HTTP DELETE request.WebClient.RequestHeadersUriSpec<?>WebClient. get()Start building an HTTP GET request.WebClient.RequestHeadersUriSpec<?>WebClient. head()Start building an HTTP HEAD request.WebClient.RequestHeadersUriSpec<?>WebClient. options()Start building an HTTP OPTIONS request.