Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
http::Cookie Struct Reference

Represents an HTTP cookie. More...

#include <HttpResponse.hpp>

Public Attributes

std::string name
 
std::string value
 
std::string path = "/"
 
std::string domain
 
long max_age = -1
 
bool secure = false
 
bool http_only = false
 
std::string same_site
 

Detailed Description

Represents an HTTP cookie.

Member Data Documentation

◆ 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: