upipe/ucookie.h header reference
Upipe functions to parse HTTP cookies More
Header inclusion
Members
Type
- struct ucookie
Functions
- int ucookie_from_str(struct ucookie *ucookie, const char *str)
- struct ucookie ucookie_null(void )
Description
Upipe functions to parse HTTP cookies
Members detail
This macro is declared in upipe/ucookie.h source file, line 31.
This struct is declared in upipe/ucookie.h source file, line 40.
This struct stores a parsed cookie.
int ucookie_from_str(struct ucookie *ucookie, const char *str)
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 )
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