upipe/ucookie.h header reference
Upipe functions to parse HTTP cookies More
Header inclusion [link]
Members [link]
Type [link]
- struct ucookie
Functions [link]
- int ucookie_from_str(struct ucookie *ucookie, const char *str)
- struct ucookie ucookie_null(void )
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.
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
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