postman-code-generators icon indicating copy to clipboard operation
postman-code-generators copied to clipboard

Add libhv codegen for c++ language

Open ithewei opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. C++ is a popular language, but postman does not give a codegen, libcurl is too complicated and difficult to use, so I hope postman can add a codegen for C++.

Describe the solution you'd like libhv will be a good choice, it not only provides simple Easy-to-use HttpClient class, and also provides interfaces like python requests and javascript axios.

Additional context libhv http client example code: https://github.com/ithewei/libhv/blob/master/examples/http_client_test.cpp

ithewei avatar Jun 25 '22 08:06 ithewei