From e704da91929b06e5d65959c78e88e570d707a773 Mon Sep 17 00:00:00 2001 From: Vortex Date: Sat, 19 Jun 2021 00:18:53 +0530 Subject: 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. --- externals/httplib/README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 externals/httplib/README.md (limited to 'externals/httplib/README.md') 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 -- cgit v1.2.3