http_base_client library

A minimalistic http client.

Classes

HttpBaseClient
A abstract class to handle http requests
HttpBaseClientResponse
A Wrapper around the http.Response class. Will return status -1 if any client side error occurs, such as NO Internet connection or Socket Exceptions
ObjectConverter