22 enum class same_site_t
31 std::chrono::seconds max_age{ 0 };
34 std::filesystem::path path;
36 bool http_only =
true;
37 same_site_t same_site = same_site_t::strict;
58 expires = m_expired_date;
62 static constexpr const char* m_expired_date =
"Thu, 01 Jan 1970 00:00:00 GMT";
Definition: cookie.hpp:52
Definition: cookie.hpp:20