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 |
Writes a Set-Cookie header value into caller-provided storage.