HTTP Client library for C++

前端 未结 4 648
我在风中等你
我在风中等你 2021-01-03 05:42

I\'m trying to write milt-threaded HTTP proxy for learning C++/socket/HTTP

I\'m looking for a HTTP client library like HttpURLConnection available in Java.

4条回答
  •  误落风尘
    2021-01-03 06:30

    Microsoft released "cpprestsdk" a modern, cross-platform, asynchronous rest client / server with json serialization / deserialization support. https://github.com/microsoft/cpprestsdk

提交回复
热议问题