|
|
|
|
|
by randallu
4529 days ago
|
|
Chromium is _huge_. If I just wanted to use the HTTP library (with tls and spdy) then how would I build just that, and cleanly integrate the build into my own project in a way that won't require constant revisiting every time I update my chromium sources? |
|
All of these libraries are MIT licensed, well documented, and designed to be very focused libraries with very little feature-creep.
For TLS: PolarSSL has worked for me, but its GPL and tends to break ABI quite a bit [3]
[0] http://curl.haxx.se/
[1] https://github.com/joyent/http-parser
[2] http://tatsuhiro-t.github.io/spdylay/
[3] https://polarssl.org/