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 |
Zero-copy view of one Set-Cookie header value.