diff options
author | Vortex <c.vamsi.krishna.96@gmail.com> | 2021-06-19 00:18:53 +0530 |
---|---|---|
committer | Vortex <c.vamsi.krishna.96@gmail.com> | 2021-06-19 02:18:58 +0530 |
commit | e704da91929b06e5d65959c78e88e570d707a773 (patch) | |
tree | 1af9218fd2b480ce68f14fa12a4f1415ca1a82c4 /externals/httplib/README.md | |
parent | 3870ba670f6787de976c785ba95d76ee518823b9 (diff) |
externals: httplib: replace custom httplib header with upstream as submodule.
This also includes a minor change to web_service.cpp - to fix compatibility with upstream changes.
Diffstat (limited to 'externals/httplib/README.md')
-rw-r--r-- | externals/httplib/README.md | 15 |
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 |