[PATCH] D112753: [llvm] [Support] Add CURL HTTP Client.
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 31 23:30:42 PDT 2021
noajshu added a comment.
Currently there are no unit tests in this diff. I wonder if we need unit tests for the interfacing with Curl? @labath suggested an approach <https://reviews.llvm.org/D111252#3089586> that uses a `CurlInterface` type class and mocks it up.
Another option could be to merge this with D112751 <https://reviews.llvm.org/D112751> and make it so that the base HTTPClient just uses curl implementations by default. Then there would just be one (non-abstract) HTTPClient class.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112753/new/
https://reviews.llvm.org/D112753
More information about the llvm-commits
mailing list