Class JSONRequest.ASYNC

java.lang.Object
io.github.emcw.utils.http.JSONRequest.ASYNC
Enclosing class:
JSONRequest

public static class JSONRequest.ASYNC extends Object
  • Constructor Details

    • ASYNC

      public ASYNC()
  • Method Details

    • sendGet

      public static com.google.gson.JsonElement sendGet(String url)
    • sendPost

      public static com.google.gson.JsonElement sendPost(String url, String body)
    • trySendAndParse

      public static com.google.gson.JsonElement trySendAndParse(okhttp3.Request req)