接口的使用
org.springframework.test.web.reactive.server.WebTestClient.RequestHeadersUriSpec
使用WebTestClient.RequestHeadersUriSpec的程序包 程序包 说明 org.springframework.test.web.reactive.server Support for testing Spring WebFlux server endpoints viaWebTestClient.org.springframework.test.web.reactive.server中WebTestClient.RequestHeadersUriSpec的使用
org.springframework.test.web.reactive.server中WebTestClient.RequestHeadersUriSpec的子接口 修饰符和类型 接口 说明 static interfaceWebTestClient.RequestBodyUriSpecSpecification for providing the body and the URI of a request.返回WebTestClient.RequestHeadersUriSpec的org.springframework.test.web.reactive.server中的方法 修饰符和类型 方法 说明 WebTestClient.RequestHeadersUriSpec<?>WebTestClient. delete()Prepare an HTTP DELETE request.WebTestClient.RequestHeadersUriSpec<?>WebTestClient. get()Prepare an HTTP GET request.WebTestClient.RequestHeadersUriSpec<?>WebTestClient. head()Prepare an HTTP HEAD request.WebTestClient.RequestHeadersUriSpec<?>WebTestClient. options()Prepare an HTTP OPTIONS request.