#pragma once #include #include namespace base::http { inline std::string R3IovecString(r3_iovec_t& iovec) { return std::string(iovec.base, iovec.len); } } // namespace base::http