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

Method get

src/main/java/com/rarchives/ripme/utils/Http.java:177–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175 }
176
177 public Document get() throws IOException {
178 connection.method(Method.GET);
179 return response().parse();
180 }
181
182 public Document post() throws IOException {
183 connection.method(Method.POST);

Callers 15

build.gradle.ktsFile · 0.45
testSocksProxyMethod · 0.45
testHTTPProxyMethod · 0.45
testInstagramGIDMethod · 0.45
testScrolllerGIDMethod · 0.45
testGetNextPageMethod · 0.45
testChanStringParsingMethod · 0.45

Calls 2

responseMethod · 0.95
methodMethod · 0.80

Tested by 15

testSocksProxyMethod · 0.36
testHTTPProxyMethod · 0.36
testInstagramGIDMethod · 0.36
testScrolllerGIDMethod · 0.36
testGetNextPageMethod · 0.36
testChanStringParsingMethod · 0.36