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

Noah Shutty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 13:58:10 PST 2021


noajshu updated this revision to Diff 390457.
noajshu marked an inline comment as done.
noajshu retitled this revision from "[llvm] [Support] (WIP) Add HTTP Server Support library." to "[llvm] [Support] Add HTTP Server Support library.".
noajshu added a comment.

Implement streaming responses and file streaming helper; add unit tests of client timeouts and streaming string / file responses.


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

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.390457.patch
Type: text/x-patch
Size: 22145 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211129/114c2ac0/attachment.bin>


More information about the llvm-commits mailing list