citra/externals/httplib
Steveice10 2d6aca4563
build: Rework CI and move all bundling into new build target. (#6556)
* build: Rework CI and move all bundling into new build target.

* ci: Use "mingw" in msys2 release names for compatibility.

* ci: Use "osx" in macOS release names for compatibility.

* ci: Disable macOS upload.

Will be moved to a separate PR for canary merge.
2023-06-26 17:42:00 -07:00
..
README.md externals: Upgrade httplib (#6147) 2022-10-06 03:01:37 +02:00
httplib.h build: Rework CI and move all bundling into new build target. (#6556) 2023-06-26 17:42:00 -07:00

README.md

From 8e10d4e8e7

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