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