upipe/uref_http.h header reference
Header inclusion
Members
Functions
- int uref_http_cmp_cookie(struct uref *uref1, struct uref *uref2, uint8_t nb)
- int uref_http_cmp_cookie_value(struct uref *uref1, struct uref *uref2, const char *name)
- int uref_http_cmp_cookies(struct uref *uref1, struct uref *uref2)
- int uref_http_copy_cookie(struct uref *uref, struct uref *uref_src, uint8_t nb)
- int uref_http_copy_cookie_value(struct uref *uref, struct uref *uref_src, const char *name)
- int uref_http_copy_cookies(struct uref *uref, struct uref *uref_src)
- int uref_http_delete_cookie(struct uref *uref, uint8_t nb)
- int uref_http_delete_cookie_value(struct uref *uref, const char *name)
- int uref_http_delete_cookies(struct uref *uref)
- int uref_http_get_cookie(struct uref *uref, const char **p, uint8_t nb)
- int uref_http_get_cookie_value(struct uref *uref, const char **p, const char *name)
- int uref_http_get_cookies(struct uref *uref, uint8_t *p)
- int uref_http_match_cookie(struct uref *uref, const char *prefix, uint8_t nb)
- int uref_http_match_cookie_value(struct uref *uref, const char *prefix, const char *name)
- int uref_http_match_cookies(struct uref *uref, uint8_t min, uint8_t max)
- int uref_http_set_cookie(struct uref *uref, const char *v, uint8_t nb)
- int uref_http_set_cookie_value(struct uref *uref, const char *v, const char *name)
- int uref_http_set_cookies(struct uref *uref, uint8_t v)
Members detail
This macro is declared in upipe/uref_http.h source file, line 1.
This function is declared in upipe/uref_http.h source file, line 13.
This function compares the http cookie attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe/uref_http.h source file, line 16.
This function compares the http cookie value attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe/uref_http.h source file, line 10.
This function compares the number of http cookies attribute in two urefs.
Parameter list:
- uref1: pointer to the first uref
- uref2: pointer to the second uref
The return value is 0 if both attributes are absent or identical
This function is declared in upipe/uref_http.h source file, line 13.
This function copies the http cookie attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 16.
This function copies the http cookie value attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 10.
This function copies the number of http cookies attribute from an uref to another.
Parameter list:
- uref: pointer to the uref
- uref_src: pointer to the source uref
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 13.
This function deletes the http cookie attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 16.
This function deletes the http cookie value attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 10.
This function deletes the number of http cookies attribute of a uref.
Parameter list:
- uref: pointer to the uref
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 13.
This function returns the http cookie attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 16.
This function returns the http cookie value attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 10.
This function returns the number of http cookies attribute of a uref.
Parameter list:
- uref: pointer to the uref
- p: pointer to the retrieved value (modified during execution)
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 13.
This function compares the http cookie attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 16.
This function compares the http cookie value attribute to a given prefix.
Parameter list:
- uref: pointer to the uref
- prefix: prefix to match
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 10.
This function compares the number of http cookies attribute to given values.
Parameter list:
- uref: pointer to the uref
- min: minimum value
- max: maximum value
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 13.
This function sets the http cookie attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 16.
This function sets the http cookie value attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code
This function is declared in upipe/uref_http.h source file, line 10.
This function sets the number of http cookies attribute of a uref.
Parameter list:
- uref: pointer to the uref
- v: value to set
The return value is an error code