citra/externals/httplib
2018-06-14 16:00:07 +10:00
..
httplib.h Update cpp-httplib for gzip + chunked encoding fixes 2018-06-14 16:00:07 +10:00
README.md Move WebServices to use LibreSSL + cpp-httplib (#3501) 2018-03-24 13:19:35 -06:00

From 25aa0b34c3

MIT License

===

cpp-httplib

A C++11 header-only HTTP library.

It's extremely easy to setup. Just include httplib.h file in your code!

Inspired by Sinatra and express.

© 2017 Yuji Hirose