[all-commits] [llvm/llvm-project] e0b259: [llvm] [Support] Add CURL HTTP Client.

Noah Shutty via All-commits all-commits at lists.llvm.org
Thu Dec 2 12:35:45 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e0b259f22c003ffe909693c6ab0d508d1814434d
      https://github.com/llvm/llvm-project/commit/e0b259f22c003ffe909693c6ab0d508d1814434d
  Author: Noah Shutty <shutty at google.com>
  Date:   2021-12-02 (Thu, 02 Dec 2021)

  Changed paths:
    M llvm/CMakeLists.txt
    M llvm/include/llvm/Config/llvm-config.h.cmake
    M llvm/include/llvm/Support/HTTPClient.h
    M llvm/lib/Support/CMakeLists.txt
    M llvm/lib/Support/HTTPClient.cpp
    M llvm/lib/Support/InitLLVM.cpp
    M llvm/unittests/Support/HTTPClient.cpp

  Log Message:
  -----------
  [llvm] [Support] Add CURL HTTP Client.

Provides an implementation of `HTTPClient` that wraps libcurl.

Reviewed By: dblaikie

Differential Revision: https://reviews.llvm.org/D112753




More information about the All-commits mailing list