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

Method ignoreContentType

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

Source from the content-addressed store, hash-verified

120 }
121
122 public Http ignoreContentType() {
123 connection.ignoreContentType(true);
124 return this;
125 }
126
127 public Http referrer(String ref) {
128 connection.referrer(ref);

Callers 15

getJSONMethod · 0.95
getJSONArrayMethod · 0.95
testSocksProxyMethod · 0.80
testHTTPProxyMethod · 0.80
getAlbumDataMethod · 0.80
getURLsFromPageMethod · 0.80
getJsonMethod · 0.80
handleJSONMethod · 0.80
getJsonPostsForOffsetMethod · 0.80
getFirstPageMethod · 0.80
getFullSizeURLMethod · 0.80

Calls

no outgoing calls

Tested by 2

testSocksProxyMethod · 0.64
testHTTPProxyMethod · 0.64