spring-framework / org.springframework.test.web.client.match / MockRestRequestMatchers / method
method
open static fun method(method: HttpMethod): RequestMatcher
Assert the HttpMethod of the request.
Parameters
method - the HTTP method
Return
the request matcher