Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RipMeApp/ripme
/ Http
Method
Http
src/main/java/com/rarchives/ripme/utils/Http.java:43–46 ·
view source on GitHub ↗
(String url)
Source
from the content-addressed store, hash-verified
41
42
// Constructors
43
public
Http(String url) {
44
this.url = url;
45
defaultSettings();
46
}
47
48
private
Http(URL url) {
49
this.url = url.toExternalForm();
Callers
nothing calls this directly
Calls
1
defaultSettings
Method · 0.95
Tested by
no test coverage detected