[all-commits] [llvm/llvm-project] 170783: [llvm] [Support] Add HTTP Client Support library.
Noah Shutty via All-commits
all-commits at lists.llvm.org
Wed Dec 1 16:48:00 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 170783f991fab1e5480a5bdea5e1b26c27b9b452
https://github.com/llvm/llvm-project/commit/170783f991fab1e5480a5bdea5e1b26c27b9b452
Author: Noah Shutty <shutty at google.com>
Date: 2021-12-01 (Wed, 01 Dec 2021)
Changed paths:
A llvm/include/llvm/Support/HTTPClient.h
M llvm/lib/Support/CMakeLists.txt
A llvm/lib/Support/HTTPClient.cpp
M llvm/unittests/Support/CMakeLists.txt
A llvm/unittests/Support/HTTPClient.cpp
Log Message:
-----------
[llvm] [Support] Add HTTP Client Support library.
This patch implements a small HTTP client library consisting primarily of the `HTTPRequest`, `HTTPResponseHandler`, and `BufferedHTTPResponseHandler` classes. Unit tests of the `HTTPResponseHandler` and `BufferedHTTPResponseHandler` are included.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D112751
More information about the All-commits
mailing list