MCPcopy Create free account
hub / github.com/RipMeApp/ripme / url

Method url

src/main/java/com/rarchives/ripme/utils/Http.java:53–55  ·  view source on GitHub ↗
(String url)

Source from the content-addressed store, hash-verified

51 }
52
53 public static Http url(String url) {
54 return new Http(url);
55 }
56
57 public static Http url(URL url) {
58 return new Http(url);

Callers 15

testSocksProxyMethod · 0.95
testHTTPProxyMethod · 0.95
testGetNextPageMethod · 0.95
getFirstPageMethod · 0.95
getAlbumTitleMethod · 0.95
getSingleImageDataMethod · 0.95
getUserDataMethod · 0.95
ripUserImagesMethod · 0.95

Calls

no outgoing calls

Tested by 7

testSocksProxyMethod · 0.76
testHTTPProxyMethod · 0.76
testGetNextPageMethod · 0.76