I am looking for "simple" Http2 client code/library for low horse power linux device which (will be running on m4 cortex). The lighter it's, the better. As a first point, I am looking for something that's off-the-shelve.
I have spent few hours google-ing around the web. The best resource that I found is C/C++ HTTP Client Library for Embedded Projects. The suggested library is implemented in C++.
- curl - too heavyweight
- poco - too heavyweight
- neon - GPL
- qlibc - relies on POSIX libraries
- cpp-netlib - relies on Boost libraries
- serf - relies on the Apache Portable Runtime library
- urdl - relies on Boost libraries
- HTTP Client C API - promising but requires a C++ wrapper
I am wondering if you guys have any idea?