Package com.securenative.http
Interface HttpClient
-
- All Known Implementing Classes:
SecureNativeHTTPClient
public interface HttpClient
-
-
Method Summary
Modifier and Type Method Description HttpResponsepost(java.lang.String url, java.lang.String body)
-
-
-
Method Detail
-
post
HttpResponse post(java.lang.String url, java.lang.String body) throws java.io.IOException
- Throws:
java.io.IOException
-
-