2020/10/27

RESTful Client Library in C++


restc-cpp

  • 使用 Boost
  • 支援https
  • 支援 Json
看example,寫起來簡單漂亮。
make 是用 cmake


webcc

  • 使用Boost Asio
  • 支援 https
  • 支援json
  • 有 client 跟 server
看 example,有很多,
寫起來稍微比 restc-cpp 需要多一些 code

感覺功能比較多,還有keep-alive, file-download/upload ..等等功能
一樣用 cmake


Unbuffered socket iostreams

就是直接用 Boost.Asio 的 tcp::iostream 來操作。

感覺很厲害,,,就是 hard-coding http request....

沒有留言:

張貼留言