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

Zero-copy view of one Set-Cookie header value. More...

#include <HttpHeaders.h>

Public Member Functions

Result parse (StringSpan setCookieHeader)
 

Public Attributes

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

Detailed Description

Zero-copy view of one Set-Cookie header value.


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