[PATCH] D114415: [llvm] [Support] (WIP) Add HTTP Client Support library.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 21:47:41 PST 2021


noajshu created this revision.
Herald added subscribers: dexonsmith, hiraditya, mgorny.
noajshu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This provides a minimal HTTP server interface and an implementation wrapping cpp-httplib <https://github.com/yhirose/cpp-httplib>. If Curl HTTP client is available (see D112753 <https://reviews.llvm.org/D112753>) the server is tested by pinging it with the client.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114415

Files:
  llvm/include/llvm/Support/HTTPServer.h
  llvm/lib/Support/CMakeLists.txt
  llvm/lib/Support/HTTPServer.cpp
  llvm/unittests/Support/CMakeLists.txt
  llvm/unittests/Support/HTTPServer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114415.389094.patch
Type: text/x-patch
Size: 6693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211123/69e6d761/attachment.bin>


More information about the llvm-commits mailing list