MCPcopy Index your code
hub / github.com/OpenFeign/feign / noContent

Method noContent

mock/src/main/java/feign/mock/MockClient.java:233–235  ·  view source on GitHub ↗
(HttpMethod method, String url)

Source from the content-addressed store, hash-verified

231 }
232
233 public MockClient noContent(HttpMethod method, String url) {
234 return add(method, url, HttpURLConnection.HTTP_NO_CONTENT);
235 }
236
237 public Request verifyOne(HttpMethod method, String url) {
238 return verifyTimes(method, url, 1).get(0);

Callers

nothing calls this directly

Calls 1

addMethod · 0.95

Tested by

no test coverage detected