aikido icon indicating copy to clipboard operation
aikido copied to clipboard

Consider replacing libmicrohttpd with a header-only library

Open jslee02 opened this issue 8 years ago • 1 comments

This idea was stemmed from #128 by @psigen (comment):

Perhaps now would be a good time to think a bit if a header-only implementation would be useful here, since the requirements are relatively simple (serving static file content on-demand).

https://github.com/yhirose/cpp-httplib

jslee02 avatar Apr 27 '17 21:04 jslee02

Here are some more candidates:

  • https://github.com/ipkn/crow
  • https://github.com/cpp-netlib/cpp-netlib

psigen avatar Apr 27 '17 21:04 psigen