21 enum class same_site_t
30 std::chrono::seconds max_age{ 0 };
33 std::filesystem::path path;
35 bool http_only =
true;
36 same_site_t same_site = same_site_t::strict;
39 std::string to_string()
const;
55 expires = m_expired_date;
59 static constexpr const char* m_expired_date =
"Thu, 01 Jan 1970 00:00:00 GMT";
Definition: cookie.hpp:49
Definition: cookie.hpp:19