https://zhuanlan.zhihu.com/p/357075167


各编程语言HTTP请求对比

  • c: libcurl
  • c#: RestSharp
  • go: net/http
  • java: OKHttp
  • php: HttpRequest
  • python: requests
  • ruby: net/http
  • nodejs: http

c/c++网络库对比

  • libevent
  • libev
  • libuv
  • libhv
  • asio