MCPcopy Create free account
hub / github.com/dreamhead/moco / uri

Method uri

moco-core/src/main/java/com/github/dreamhead/moco/Moco.java:321–323  ·  view source on GitHub ↗
(final String uri)

Source from the content-addressed store, hash-verified

319 }
320
321 public static Resource uri(final String uri) {
322 return uriResource(checkNotNullOrEmpty(uri, "URI should not be null"));
323 }
324
325 public static Resource method(final String httpMethod) {
326 return methodResource(checkNotNullOrEmpty(httpMethod, "HTTP method should not be null"));

Calls 2

uriResourceMethod · 0.80
checkNotNullOrEmptyMethod · 0.80