Package io.github.devlibx.easy.http.util
Interface IEasyHttpImplementation
public interface IEasyHttpImplementation
-
Method Summary
-
Method Details
-
setup
Setup easy http -
shutdown
void shutdown()Shutdown easy http -
callSync
Call api in sync- Returns:
- sync response
-
callAsync
Call api in async- Returns:
- observable to notify the final result or error
-