asio_http
asio_http copied to clipboard
HTTP client library for Boost.Asio
Compiling on Windows with VS 2019 results in an internal compile error in connection_pool.cpp, line 36 Error | C1001 | Internal compiler error. | asio_http | *********\connection_pool.cpp | 36 | ...
Could you add some error handling for SSL? I've built it slightly differently (adding files directly to my project) and while it generally works, I don't have SSL connection, and...
Platform: Windows 10 build 2004 Compiler: MSVC 19.25.28612 `cmake --build .` fails with error messages below: ``` C:\Users\cqjjj\source\3rdp\asio_http\implementation\connection_pool.cpp(36,1): error C3520: 'I': parameter pack must be expanded in this context [C:\Users\cqjjj\source\3rdp\asio_http\asio_http.vcxproj]...
as far as I know,asio does not depend on boost now.So can you provide a branch that does not depend on boost? after all, boost is too large and complicated
The C++ ecosystem really needs libraries like this.