mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
[MSA] Changes to match @artdeell changes
This commit is contained in:
parent
87eb726fb7
commit
6a2aaaab70
@ -14,6 +14,8 @@ public class HttpRequest
|
||||
public Builder(URI uri) throws IOException {
|
||||
mURI = uri;
|
||||
mConn = (HttpURLConnection) uri.toURL().openConnection();
|
||||
mConn.setUseCaches(false);
|
||||
mConn.setDoOutput(true);
|
||||
}
|
||||
|
||||
public HttpURLConnection getBase() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user