1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-03-31 09:01:32 +02:00
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 () 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