Uses of Interface
org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
Packages that use WebClient.RequestBodySpec 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.RequestBodySpec in org.springframework.web.reactive.function.client
Subinterfaces of WebClient.RequestBodySpec 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.RequestBodySpec Modifier and Type Method Description WebClient.RequestBodySpecWebClient.RequestBodySpec. contentLength(long contentLength)Set the length of the body in bytes, as specified by theContent-Lengthheader.WebClient.RequestBodySpecWebClient.RequestBodySpec. contentType(MediaType contentType)Set the media type of the body, as specified by theContent-Typeheader.