TinyHTTP library: Lightweight REST/networking abstraction - Feedback/code review welcome

Hi,


I cleaned up my tiny & lightweight REST/networking abstraction that I've been using in a few projects and released it as open source library: https://github.com/ralfebert/TinyHTTP


It's very much inspired by TinyNetworking and Siesta, but way more simple. I'll keep it that clean and simple; it's not supposed to support each and every case, but it's supposed to make very common things simple and easy and allow customization/be a good starting point for forking for everything else.


I would like to get feedback on the general approach and the API / I'd like to get the code reviewed by a few more developers towards an 1.0 release.


Checkout the readme for usage examples and the example project in the repository for a working example project.


Greetings,


Ralf