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

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
 

Detailed Description

Cookie state owned by HttpClientSession caller-provided memory.


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