summaryrefslogtreecommitdiffstats
path: root/externals/httplib/README.md
diff options
context:
space:
mode:
authorVortex <c.vamsi.krishna.96@gmail.com>2021-06-18 20:48:53 +0200
committerVortex <c.vamsi.krishna.96@gmail.com>2021-06-18 22:48:58 +0200
commite704da91929b06e5d65959c78e88e570d707a773 (patch)
tree1af9218fd2b480ce68f14fa12a4f1415ca1a82c4 /externals/httplib/README.md
parentMerge pull request #6484 from CaptV0rt3x/discord-rpc (diff)
downloadyuzu-e704da91929b06e5d65959c78e88e570d707a773.tar
yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.gz
yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.bz2
yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.lz
yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.xz
yuzu-e704da91929b06e5d65959c78e88e570d707a773.tar.zst
yuzu-e704da91929b06e5d65959c78e88e570d707a773.zip
Diffstat (limited to '')
-rw-r--r--externals/httplib/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/externals/httplib/README.md b/externals/httplib/README.md
deleted file mode 100644
index 1940e446c..000000000
--- a/externals/httplib/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-From https://github.com/yhirose/cpp-httplib/tree/ff5677ad197947177c158fe857caff4f0e242045 with https://github.com/yhirose/cpp-httplib/pull/701
-
-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