mirror of https://git.suyu.dev/suyu/suyu
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.merge-requests/60/head
parent
3870ba670f
commit
e704da9192
@ -0,0 +1 @@
|
||||
Subproject commit 9648f950f5a8a41d18833cf4a85f5821b1bcac54
|
@ -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
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue