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

Method cookies

src/main/java/com/rarchives/ripme/utils/Http.java:151–154  ·  view source on GitHub ↗
(Map<String, String> cookies)

Source from the content-addressed store, hash-verified

149 }
150
151 public Http cookies(Map<String, String> cookies) {
152 connection.cookies(cookies);
153 return this;
154 }
155
156 public Http data(Map<String, String> data) {
157 connection.data(data);

Callers 15

defaultSettingsMethod · 0.80
fetchImageMethod · 0.80
getFirstPageMethod · 0.80
getFirstPageMethod · 0.80
getFirstPageMethod · 0.80
loginMethod · 0.80
getNextPageMethod · 0.80
downloadURLMethod · 0.80
checkLoginMethod · 0.80
getFullSizeURLMethod · 0.80
getPageUrlsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected