summaryrefslogtreecommitdiff
path: root/externals/httplib/README.md
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-06-21 11:56:33 -0400
committerGitHub <noreply@github.com>2021-06-21 11:56:33 -0400
commit83ac715e760b89dde9b38bd2745f811cdfaa8fb6 (patch)
treec4f497847e41233d274a24c1e8999e0ba0dd19ce /externals/httplib/README.md
parent03da34b330a0386058b25122f89da10a07d65cd0 (diff)
parente704da91929b06e5d65959c78e88e570d707a773 (diff)
Merge pull request #6486 from CaptV0rt3x/httplib
externals: httplib: replace custom httplib header with upstream as submodule
Diffstat (limited to 'externals/httplib/README.md')
-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