upipe/ucookie.h header reference

Upipe functions to parse HTTP cookies More

Header inclusion [link] 

Members [link] 

Type [link] 

Functions [link] 

Description [link] 

Upipe functions to parse HTTP cookies

Members detail [link] 

#define _UPIPE_UCOOKIE_H_ [link] 

This macro is declared in upipe/ucookie.h source file, line 31.

struct ucookie [link] 

This struct is declared in upipe/ucookie.h source file, line 40.

This struct stores a parsed cookie.

FieldDescription
struct ustring name;cookie name
struct ustring value;cookie value
struct ustring expires;cookie expiration
struct ustring max_age;cookie max age
struct ustring domain;cookie domain
struct ustring path;cookie path
bool secure;cookie secure
bool http_only;cookie http only

int ucookie_from_str(struct ucookie *ucookie, const char *str) [link] 

This function is declared in upipe/ucookie.h source file, line 83.

This function makes an ucookie structure from a string.

Parameter list:

  • ucookie: a pointer to an ucookie structure
  • str: the string to parse

The return value is an error code

struct ucookie ucookie_null(void ) [link] 

This function is declared in upipe/ucookie.h source file, line 64.

This function returns an initialized ucookie structure.

The return value is an initialized ucookie structure

Valid XHTML 1.0 StrictGenerated by cmassiot on Sun Dec 14 18:31:17 2025 using MkDoc