internetradio2.0/dataproviderinc/irdataproviderconstants.h
changeset 12 608f67c22514
parent 0 09774dfdd46b
equal deleted inserted replaced
11:f683e24efca3 12:608f67c22514
    32 _LIT8( KAccept, "*/*" );
    32 _LIT8( KAccept, "*/*" );
    33 // Used to specify the Accept Charset
    33 // Used to specify the Accept Charset
    34 _LIT8( KAcceptCharset, "iso-8859-1, utf-8, iso-10646-ucs-2; q=0.6" );
    34 _LIT8( KAcceptCharset, "iso-8859-1, utf-8, iso-10646-ucs-2; q=0.6" );
    35 // Used to specify the Accept Language
    35 // Used to specify the Accept Language
    36 _LIT8( KAcceptLanguage, "en" );
    36 _LIT8( KAcceptLanguage, "en" );
       
    37 // Used to specify the Accept encoding
       
    38 _LIT8( KAcceptEncoding, "gzip" );
    37 // Some texts for header output
    39 // Some texts for header output
    38 _LIT( KDPColon, ": " );
    40 _LIT( KDPColon, ": " );
    39 // Default Content-Type
    41 // Default Content-Type
    40 _LIT8( KDefaultContentType, "application/xml" );
    42 _LIT8( KDefaultContentType, "application/xml" );
    41 // Default CharSet
    43 // Default CharSet