HttpVerb |
enum class HttpVerb |
RemoteClient |
RemoteClient implementations are responsible for making remote calls to the server and returning the response, after potentially deserializing. interface RemoteClient |
RemoteUnirestClient |
class RemoteUnirestClient : RemoteClient |
WebRequest |
data class WebRequest<T> |
WebResponse |
data class WebResponse<T> |