https://github.com/yhirose/cpp-httplib/pull/142#issuecomment-482659235 > BTW, one thing I dislike about the API is that we have std::string everywhere for data buffers. I would prefer std::vector<uint8_t>