Uses of Interface
org.springframework.test.web.reactive.server.WebTestClient.RequestBodySpec
Packages that use WebTestClient.RequestBodySpec
- 
Uses of WebTestClient.RequestBodySpec in org.springframework.test.web.reactive.serverSubinterfaces of WebTestClient.RequestBodySpec in org.springframework.test.web.reactive.serverModifier and TypeInterfaceDescriptionstatic interfaceSpecification for providing the body and the URI of a request.Methods in org.springframework.test.web.reactive.server that return WebTestClient.RequestBodySpecModifier and TypeMethodDescriptionWebTestClient.RequestBodySpec.contentLength(long contentLength) Set the length of the body in bytes, as specified by theContent-Lengthheader.WebTestClient.RequestBodySpec.contentType(MediaType contentType) Set the media type of the body, as specified by theContent-Typeheader.