public class HttpUtils
extends Object
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
HttpUtils
public HttpUtils()
-
方法详细资料
-
sendGET
@Nullable
public static @Nullable String sendGET(@NotNull
@NotNull String urlString)
-
sendPOST
@Nullable
public static @Nullable String sendPOST(@NotNull
@NotNull String urlString,
@NotNull
@NotNull String parameters)