接口的使用
cn.taketoday.test.web.reactive.server.WebTestClient.RequestBodyUriSpec
-
cn.taketoday.test.web.reactive.server中WebTestClient.RequestBodyUriSpec的使用
修饰符和类型方法说明DefaultWebTestClient.method(cn.taketoday.http.HttpMethod httpMethod) WebTestClient.method(cn.taketoday.http.HttpMethod method) Prepare a request for the specifiedHttpMethod.private WebTestClient.RequestBodyUriSpecDefaultWebTestClient.methodInternal(cn.taketoday.http.HttpMethod httpMethod) DefaultWebTestClient.patch()WebTestClient.patch()Prepare an HTTP PATCH request.DefaultWebTestClient.post()WebTestClient.post()Prepare an HTTP POST request.DefaultWebTestClient.put()WebTestClient.put()Prepare an HTTP PUT request.