citra/externals/httplib
2023-10-03 23:10:20 +02:00
..
httplib.h Try to fix issue from httplib 2023-10-03 23:10:20 +02:00
README.md Implement missing http:c functionality. 2023-10-01 12:27:31 +02:00

From 0a629d7391

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