43 [[nodiscard]] ES_API(CPPESSENCE) std::size_t size()
const;
44 [[nodiscard]] ES_API(CPPESSENCE)
bool empty()
const;
45 [[nodiscard]] ES_API(CPPESSENCE)
bool contains(std::string_view name)
const;
46 ES_API(CPPESSENCE)
void add(std::string_view name, std::string_view value)
const;
47 ES_API(CPPESSENCE)
void remove(std::string_view name)
const;
48 [[nodiscard]] ES_API(CPPESSENCE) std::optional<abi::string> get_value(std::string_view name)
const;
49 ES_API(CPPESSENCE)
void clear()
const;
50 [[nodiscard]] ES_API(CPPESSENCE) abi::map<abi::string, abi::string> items()
const;
53 web::http::http_headers& ref_;