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

Method post

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

Source from the content-addressed store, hash-verified

180 }
181
182 public Document post() throws IOException {
183 connection.method(Method.POST);
184 return response().parse();
185 }
186
187 public JSONObject getJSON() throws IOException {
188 ignoreContentType();

Callers 4

getNextPageMethod · 0.80
getAccessTokenMethod · 0.80
getFirstPageMethod · 0.80
getPageMethod · 0.80

Calls 2

responseMethod · 0.95
methodMethod · 0.80

Tested by

no test coverage detected