Package com.networknt.aws.lambda
Class HttpUtils
- java.lang.Object
-
- com.networknt.aws.lambda.HttpUtils
-
public class HttpUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpURLConnectionget(String endpoint)static HttpURLConnectionpost(String endpoint, String message)
-
-
-
Method Detail
-
get
public static HttpURLConnection get(String endpoint) throws IOException
- Throws:
IOException
-
post
public static HttpURLConnection post(String endpoint, String message) throws IOException
- Throws:
IOException
-
-