Represents an HTTP cookie.
More...
#include <HttpResponse.hpp>
Represents an HTTP cookie.
◆ domain
| std::string http::Cookie::domain |
◆ http_only
| bool http::Cookie::http_only = false |
◆ max_age
| long http::Cookie::max_age = -1 |
◆ name
| std::string http::Cookie::name |
◆ path
| std::string http::Cookie::path = "/" |
◆ same_site
| std::string http::Cookie::same_site |
◆ secure
| bool http::Cookie::secure = false |
◆ value
| std::string http::Cookie::value |
The documentation for this struct was generated from the following file: