接口的使用
org.springframework.test.web.reactive.server.WebTestClient.RequestBodyUriSpec
使用WebTestClient.RequestBodyUriSpec的程序包 程序包 说明 org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.test.web.reactive.server中WebTestClient.RequestBodyUriSpec的使用
返回WebTestClient.RequestBodyUriSpec的org.springframework.test.web.reactive.server中的方法 修饰符和类型 方法 说明 WebTestClient.RequestBodyUriSpecWebTestClient. method(HttpMethod method)Prepare a request for the specifiedHttpMethod.WebTestClient.RequestBodyUriSpecWebTestClient. patch()Prepare an HTTP PATCH request.WebTestClient.RequestBodyUriSpecWebTestClient. post()Prepare an HTTP POST request.WebTestClient.RequestBodyUriSpecWebTestClient. put()Prepare an HTTP PUT request.