#include "config.h"
#include <assert.h>
#include <stddef.h>
#include <string.h>
#include <sofia-sip/su.h>
#include <sofia-sip/http_parser.h>
#include <sofia-sip/http_tag.h>
#include <sofia-sip/su_tag_class.h>
#include <sofia-sip/su_tag_inline.h>
#include <sofia-sip/http_tag_class.h>
#include <sofia-sip/su_tagarg.h>
Include dependency graph for http_tag_class.c:
Functions | |
tagi_t * | httptag_filter (tagi_t *dst, tagi_t const f[], tagi_t const *src, void **bb) |
Filter a HTTP header structure. | |
int | http_add_tl (msg_t *msg, http_t *http, tag_type_t tag, tag_value_t value,...) |
Add tagged headers to the HTTP message. |
int http_add_tl | ( | msg_t * | msg, | |
http_t * | http, | |||
tag_type_t | tag, | |||
tag_value_t | value, | |||
... | ||||
) |
Add tagged headers to the HTTP message.
Return the number of headers added to the HTTP message.