Go to the documentation of this file.
25#ifndef HTTP_TAG_CLASS_H
27#define HTTP_TAG_CLASS_H
41#ifndef MSG_TAG_CLASS_H
48#define HTTPHDRTAG_NAMED_TYPEDEF(n, t) \
49{{ TAG_NAMESPACE, #n, httphdrtag_class, \
50 (tag_value_t)http_##t##_class }}
53#define HTTPHDRTAG_TYPEDEF(t) HTTPHDRTAG_NAMED_TYPEDEF(t, t)
56#define HTTPSTRTAG_TYPEDEF(t) \
57{{ TAG_NAMESPACE, #t "_str", httpstrtag_class, \
58 (tag_value_t)http_##t##_class }}
61#define HTTPMSGTAG_TYPEDEF(t) \
62 {{ TAG_NAMESPACE, #t, httpmsgtag_class, \
63 (tag_value_t)HTTP_PROTOCOL_TAG }}
tagi_t * httptag_filter(tagi_t *dst, tagi_t const f[], tagi_t const *src, void **bb)
Filter a HTTP header structure.
Definition http_tag_class.c:101
Sofia-SIP 1.12.11devel -
Copyright (C) 2006 Nokia Corporation. All rights reserved.
Licensed under the terms of the GNU Lesser General Public License.