http 1.12.11devel
Loading...
Searching...
No Matches
http_hclasses.h
Go to the documentation of this file.
1/*
2 * This file is part of the Sofia-SIP package
3 *
4 * Copyright (C) 2005 Nokia Corporation.
5 *
6 * Contact: Pekka Pessi <pekka.pessi@nokia-email.address.hidden>
7 *
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public License
10 * as published by the Free Software Foundation; either version 2.1 of
11 * the License, or (at your option) any later version.
12 *
13 * This library is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * Lesser General Public License for more details.
17 *
18 * You should have received a copy of the GNU Lesser General Public
19 * License along with this library; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21 * 02110-1301 USA
22 *
23 */
24
25#ifndef HTTP_HCLASSES_H
27#define HTTP_HCLASSES_H
28
36#ifndef MSG_TYPES_H
37#include <sofia-sip/msg_types.h>
38#endif
39
40SOFIA_BEGIN_DECLS
41
42/* Use directly these header classes */
43
44#define http_accept_class msg_accept_class
45#define http_accept_charset_class msg_accept_charset_class
46#define http_accept_encoding_class msg_accept_encoding_class
47#define http_accept_language_class msg_accept_language_class
48#define http_content_encoding_class msg_content_encoding_class
49#define http_content_length_class msg_content_length_class
50#define http_content_md5_class msg_content_md5_class
51#define http_content_type_class msg_content_type_class
52#define http_content_id_class msg_content_id_class
53#define http_content_location_class msg_content_location_class
54#define http_content_language_class msg_content_language_class
55#define http_mime_version_class msg_mime_version_class
56
57#define http_error_class msg_error_class
58#define http_unknown_class msg_unknown_class
59#define http_separator_class msg_separator_class
60#define http_payload_class msg_payload_class
61
62SOFIA_END_DECLS
63
64#ifndef HTTP_PROTOS_H
65#define HTTP_HCLASSES_ONLY
67#undef HTTP_HCLASSES_ONLY
68#endif
69
70#endif /* !defined HTTP_HCLASSES_H */
Macros for each HTTP header.

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