|
1 // Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 /** |
|
17 @file http.h |
|
18 @warning : This file contains Rose Model ID comments - please do not delete |
|
19 @publishedAll |
|
20 @released |
|
21 */ |
|
22 |
|
23 #ifndef __HTTP_H__ |
|
24 #define __HTTP_H__ |
|
25 |
|
26 // System includes |
|
27 #include <httpstringconstants.h> |
|
28 #include <http/mhttpdatasupplier.h> |
|
29 #include <http/mhttpfilter.h> |
|
30 #include <http/mhttpfilterbase.h> |
|
31 #include <http/mhttptransactioncallback.h> |
|
32 #include <http/rhttpconnectioninfo.h> |
|
33 #include <http/rhttpfiltercollection.h> |
|
34 #include <http/rhttpheaders.h> |
|
35 #include <http/rhttpmessage.h> |
|
36 #include <http/rhttppropertyset.h> |
|
37 #include <http/rhttprequest.h> |
|
38 #include <http/rhttpresponse.h> |
|
39 #include <http/rhttpsession.h> |
|
40 #include <http/rhttptransaction.h> |
|
41 #include <http/rhttptransactionpropertyset.h> |
|
42 #include <http/thttpevent.h> |
|
43 #include <http/thttpfilterhandle.h> |
|
44 #include <http/thttpfilteriterator.h> |
|
45 #include <http/thttpfilterregistration.h> |
|
46 #include <http/thttphdrfielditer.h> |
|
47 #include <http/thttphdrval.h> |
|
48 #include <httperr.h> |
|
49 |
|
50 #endif // __HTTP_H__ |
|
51 |
|
52 |