MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / get

Method get

src/main/java/net/optifine/http/HttpPipeline.java:111–114  ·  view source on GitHub ↗
(String urlStr)

Source from the content-addressed store, hash-verified

109 }
110
111 public static byte[] get(String urlStr) throws IOException
112 {
113 return get(urlStr, Proxy.NO_PROXY);
114 }
115
116 public static byte[] get(String urlStr, Proxy proxy) throws IOException
117 {

Callers 3

runMethod · 0.95
downloadTextureImageMethod · 0.95
downloadModelMethod · 0.95

Calls 6

readAllMethod · 0.95
makeRequestMethod · 0.95
executeRequestMethod · 0.95
getStatusMethod · 0.95
getBodyMethod · 0.95
startsWithMethod · 0.80

Tested by

no test coverage detected