http_tag_class.c File Reference


Detailed Description

HTTP tag classes.

Author:
Pekka Pessi <Pekka.Pessi@nokia-email.address.hidden>
Date:
Created: Fri Feb 23 12:46:42 2001 ppessi

#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_thttptag_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.

Function Documentation

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.

tagi_t* httptag_filter ( tagi_t dst,
tagi_t const   f[],
tagi_t const *  src,
void **  bb 
)

Filter a HTTP header structure.


Sofia-SIP 1.12.6 - Copyright (C) 2006 Nokia Corporation. All rights reserved. Licensed under the terms of the GNU Lesser General Public License.