Handy Library for Android HTTP Requests

I just found this library on GitHub:
Http Request - A simple convenience library for using a HttpURLConnection to make requests and access the response.

Historically I have written my own wrapper to HttpURLConnection, which simplified things a bit. But I’ll probably switch to this library for my new projects. It seems quite well-written and documented. No dependencies either.

Thanks David. will use this with my new apps