Cookie state owned by HttpClientSession caller-provided memory. More...
#include <HttpClientSession.h>
Public Types | |
| enum | Flag : uint8_t { Secure = 1 << 0 , HttpOnly = 1 << 1 , DomainCookie = 1 << 2 } |
Public Member Functions | |
| bool | isInUse () const |
Public Attributes | |
| StringSpan | name |
| StringSpan | value |
| StringSpan | domain |
| StringSpan | path |
| uint8_t | flags = 0 |
Cookie state owned by HttpClientSession caller-provided memory.