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 #include <EscapeUtils.h> |
18 #include <EscapeUtils.h> |
20 #include <http.h> |
19 #include <http.h> |
21 #include <http/mhttpdatasupplier.h> |
20 #include <http/mhttpdatasupplier.h> |
22 #include <httpfiltercommonstringsaddition.h> |
21 #include <httpfiltercommonstringsaddition.h> |
23 |
22 |
24 #include "HttpConnection.h" |
23 #include "HttpConnection.h" |
25 #include "HttpHandler.h" |
24 #include "HttpHandler.h" |
26 #include "leaktracker.h" |
25 #include <leaktracker.h> |
27 #include "Logger.h" |
26 #include "Logger.h" |
28 |
27 |
29 #include "cuseragent.h" |
28 #include <cuseragent.h> |
30 |
29 |
31 // ----------------------------------------------------------------------------- |
30 // ----------------------------------------------------------------------------- |
32 // CHttpHandler::NewL |
31 // CHttpHandler::NewL |
33 // |
32 // |
34 // Two-phased constructor. |
33 // Two-phased constructor. |