-
- Downloads
[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
Showing
- llvm/include/llvm/Support/HTTPClient.h 113 additions, 0 deletionsllvm/include/llvm/Support/HTTPClient.h
- llvm/lib/Support/CMakeLists.txt 1 addition, 0 deletionsllvm/lib/Support/CMakeLists.txt
- llvm/lib/Support/HTTPClient.cpp 97 additions, 0 deletionsllvm/lib/Support/HTTPClient.cpp
- llvm/unittests/Support/CMakeLists.txt 1 addition, 0 deletionsllvm/unittests/Support/CMakeLists.txt
- llvm/unittests/Support/HTTPClient.cpp 88 additions, 0 deletionsllvm/unittests/Support/HTTPClient.cpp
Loading
Please register or sign in to comment