Package net.nathcat.authcat
Interface IHttpProvider
- All Known Implementing Classes:
SEHttpProvider
public interface IHttpProvider
An interface defining methods for making HTTP requests.
This interface may be reimplemented to provide custom methods of making HTTP requests.
For example, if the java.net.http package is not available in your environment.
-
Method Summary
-
Method Details
-
post
-
get
-