equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: A class that fetches resources via HTTP 1.1. |
14 * Description: A class that fetches resources via HTTP 1.1. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
|
19 #ifndef HTTP_HANDLER_H |
18 #ifndef HTTP_HANDLER_H |
20 #define HTTP_HANDLER_H |
19 #define HTTP_HANDLER_H |
21 |
|
22 |
20 |
23 // INCLUDES |
21 // INCLUDES |
24 #include <e32base.h> |
22 #include <e32base.h> |
25 #include <http/mhttptransactioncallback.h> |
23 #include <http/mhttptransactioncallback.h> |
26 #include <http/rhttpheaders.h> |
24 #include <http/rhttpheaders.h> |
27 #include <http/rhttptransaction.h> |
25 #include <http/rhttptransaction.h> |
28 |
26 |
29 #include "HttpConnection.h" |
27 #include "HttpConnection.h" |
30 #include "LeakTracker.h" |
28 #include <leaktracker.h> |
31 #include "UrlHandler.h" |
29 #include "UrlHandler.h" |
32 |
30 |
33 // CONSTANTS |
31 // CONSTANTS |
34 |
32 |
35 // MACROS |
33 // MACROS |
42 class CTimer; |
40 class CTimer; |
43 class RHTTPSession; |
41 class RHTTPSession; |
44 class RStringPool; |
42 class RStringPool; |
45 |
43 |
46 // CLASS DECLARATION |
44 // CLASS DECLARATION |
47 |
|
48 |
45 |
49 /** |
46 /** |
50 * A class that fetches resources via HTTP 1.1. |
47 * A class that fetches resources via HTTP 1.1. |
51 * |
48 * |
52 * \b Library: FeedsEngine.lib |
49 * \b Library: FeedsEngine.lib |