summaryrefslogtreecommitdiffstats
path: root/externals/httplib/README.md
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-09-16 20:05:19 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-10-02 15:30:48 +0200
commit5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2 (patch)
treebc58ee4b471b2a55fdf4b84b544cd2ecbc55b294 /externals/httplib/README.md
parentMerge pull request #1407 from DarkLordZach/dlc (diff)
downloadyuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar
yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.gz
yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.bz2
yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.lz
yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.xz
yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.tar.zst
yuzu-5f30f95e94d9d8ba4eb3d09da110b8e2f9187eb2.zip
Diffstat (limited to 'externals/httplib/README.md')
-rw-r--r--externals/httplib/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/externals/httplib/README.md b/externals/httplib/README.md
new file mode 100644
index 000000000..0e26522b5
--- /dev/null
+++ b/externals/httplib/README.md
@@ -0,0 +1,15 @@
+From https://github.com/yhirose/cpp-httplib/commit/d9479bc0b12e8a1e8bce2d34da4feeef488581f3
+
+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