CookieHeader

struct CookieHeader {
string name;
string value;
string[string] attributes;
}

Meta

History

Added July 5, 2021