[PATCH] D112751: [llvm] [Support] Add HTTP Client Support library.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 28 13:14:38 PDT 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 patch implements a small HTTP client library consisting primarily of the HTTPRequest and HTTPResponseHandler classes. There is also a BufferedHTTPResponseHandler implementation, which simply stores the received response body in a MemoryBuffer.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D112751
Files:
llvm/include/llvm/Support/HTTPClient.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/HTTPClient.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/HTTPClient.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112751.383138.patch
Type: text/x-patch
Size: 11360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211028/00a41405/attachment-0001.bin>
More information about the llvm-commits
mailing list