browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpHandler.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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 #include <EscapeUtils.h>
    18 
       
    19 #include <escapeutils.h>
    19 #include <http.h>
    20 #include <http.h>
    20 #include <http/mhttpdatasupplier.h>
    21 #include <http/mhttpdatasupplier.h>
    21 #include <httpfiltercommonstringsaddition.h>
    22 #include <httpfiltercommonstringsaddition.h>
    22 
    23 
    23 #include "HttpConnection.h"
    24 #include "HttpConnection.h"
    24 #include "HttpHandler.h"
    25 #include "HttpHandler.h"
    25 #include <leaktracker.h>
    26 #include "LeakTracker.h"
    26 #include "Logger.h"
    27 #include "Logger.h"
    27 
    28 
    28 #include <cuseragent.h>
    29 #include "CUserAgent.h"
    29 
    30 
    30 // -----------------------------------------------------------------------------
    31 // -----------------------------------------------------------------------------
    31 // CHttpHandler::NewL
    32 // CHttpHandler::NewL
    32 //
    33 //
    33 // Two-phased constructor.
    34 // Two-phased constructor.