Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpSetCookieBuilder Struct Reference

Writes a Set-Cookie header value into caller-provided storage. More...

#include <HttpHeaders.h>

Public Member Functions

Result writeTo (Span< char > storage, StringSpan &output) const
 

Public Attributes

StringSpan name
 
StringSpan value
 
StringSpan path
 
StringSpan domain
 
StringSpan expires
 
StringSpan maxAge
 
StringSpan sameSite
 
bool secure = false
 
bool httpOnly = false
 

Detailed Description

Writes a Set-Cookie header value into caller-provided storage.


The documentation for this struct was generated from the following file: