[PATCH] D114415: [llvm] [Support] Add HTTP Server Support library.

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 19:00:45 PST 2021


noajshu updated this revision to Diff 394718.
noajshu marked 4 inline comments as done.
noajshu added a comment.

Refactor HTTPServerRequest interface to be more close to cpphttplib, and address all of @dblaikie 's comments.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114415/new/

https://reviews.llvm.org/D114415

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114415.394718.patch
Type: text/x-patch
Size: 22259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211216/6c1039dd/attachment.bin>


More information about the llvm-commits mailing list