Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.kts
File · 0.45
testShortenFileNameWindows
Method · 0.45
testSocksProxy
Method · 0.45
testHTTPProxy
Method · 0.45
testGetNextPage_NoNextPage
Method · 0.45
testGetNextPage_HasNextPage
Method · 0.45
testInstagramGID
Method · 0.45
testScrolllerGID
Method · 0.45
testScrolllerFilterRegex
Method · 0.45
testGetNextPage
Method · 0.45
testChanStringParsing
Method · 0.45
getRandomThreadDesuarchive
Method · 0.45
Calls
2
response
Method · 0.95
method
Method · 0.80
Tested by
15
testShortenFileNameWindows
Method · 0.36
testSocksProxy
Method · 0.36
testHTTPProxy
Method · 0.36
testGetNextPage_NoNextPage
Method · 0.36
testGetNextPage_HasNextPage
Method · 0.36
testInstagramGID
Method · 0.36
testScrolllerGID
Method · 0.36
testScrolllerFilterRegex
Method · 0.36
testGetNextPage
Method · 0.36
testChanStringParsing
Method · 0.36
getRandomThreadDesuarchive
Method · 0.36
testGetGalleryIDAndUsername
Method · 0.36