Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.16k
stars
93
forks
source link
<algorithm> isn't included in easy_parser.hpp #198
std::transform
from<algorithm>
is used in easy_parser implementation, but<algorithm>
isn't included ineasy_parser.hpp
header file.