Package pro.gravit.launcher
Class HTTPRequest
java.lang.Object
pro.gravit.launcher.HTTPRequest
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.gson.JsonElementjsonRequest(com.google.gson.JsonElement request, String method, URL url) static com.google.gson.JsonElementjsonRequest(com.google.gson.JsonElement request, URL url)
-
Method Details
-
jsonRequest
public static com.google.gson.JsonElement jsonRequest(com.google.gson.JsonElement request, URL url) throws IOException - Throws:
IOException
-
jsonRequest
public static com.google.gson.JsonElement jsonRequest(com.google.gson.JsonElement request, String method, URL url) throws IOException - Throws:
IOException
-