const char * data
Definition: mh5gate.c:65
void MHEG5CookieAckHeader(U8BIT *header)
This function should be called once the header string returned by MHEG5CookieGenerateHeader has been ...
Definition: mh5cookies.c:357
MHEG5Bool secure
Definition: mh5cookies.h:43
MHEG5Bool MHEG5CookieRetrieve(MHEG5cookie_t *cookie)
Retrieve a specific cookie from the store, referenced by the identity string.
Definition: mh5cookies.c:371
MHEG5String identity
Definition: mh5cookies.h:40
uint8_t U8BIT
Definition: techtype.h:93
long MHEG5Int
Definition: mh5base.h:69
void MHEG5CookieParse(void *data, U32BIT data_len, char *url)
Parse a Set-cookie header and add the new cookie to the store. If the header is not a set-cookie...
Definition: mh5cookies.c:102
MHEG5Bool MHEG5CookieAdd(MHEG5cookie_t *cookie)
Directly add a cookie to the store.
Definition: mh5cookies.c:320
short MHEG5Bool
Definition: mh5base.h:67
Definition: mh5cookies.h:38
MHEG5String value
Definition: mh5cookies.h:41
MHEG5Int expires
Definition: mh5cookies.h:42
U8BIT * MHEG5CookieGenerateHeader(U8BIT *url)
Generate a "Cookie" header for the required http request, containing all valid cookies.
Definition: mh5cookies.c:246
void MHEG5CookieClearStore(void)
Delete all cookies from the temporary store.
Definition: mh5cookies.c:408
uint32_t U32BIT
Definition: techtype.h:97