browserutilities/feedsengine/FeedsServer/UrlHandler/src/HttpHandler.cpp
changeset 65 5bfc169077b2
parent 37 cb62a4f66ebe
child 68 92a765b5b3e7
equal deleted inserted replaced
42:d39add9822e2 65:5bfc169077b2
    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 #include <EscapeUtils.h>
    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.