webengine/wmlengine/src/urlloader/include/nwx_http_defs.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   157 extern const char NW_Iso2022Jp_CharsetStr[];
   157 extern const char NW_Iso2022Jp_CharsetStr[];
   158 extern const char NW_Windows874_CharsetStr[];
   158 extern const char NW_Windows874_CharsetStr[];
   159 extern const char NW_Koi8r_CharsetStr[];
   159 extern const char NW_Koi8r_CharsetStr[];
   160 extern const char NW_Koi8u_CharsetStr[];
   160 extern const char NW_Koi8u_CharsetStr[];
   161 
   161 
       
   162 extern const char NW_EucKr_CharsetStr[];
       
   163 extern  const char NW_ksc5601_1987_CharsetStr[];
   162 
   164 
   163 /* Character set */
   165 /* Character set */
   164 #define HTTP_gb2312                 0x07E9
   166 #define HTTP_gb2312                 0x07E9
   165 #define HTTP_big5                   0x07EA
   167 #define HTTP_big5                   0x07EA
   166 #define HTTP_iso_10646_ucs_2        0x03E8
   168 #define HTTP_iso_10646_ucs_2        0x03E8
   194 #define HTTP_iso_2022_jp            0x27
   196 #define HTTP_iso_2022_jp            0x27
   195 #define HTTP_windows_874            0x07E0
   197 #define HTTP_windows_874            0x07E0
   196 #define HTTP_Koi8_r                 0x0824
   198 #define HTTP_Koi8_r                 0x0824
   197 #define HTTP_Koi8_u                 0x0828
   199 #define HTTP_Koi8_u                 0x0828
   198 
   200 
       
   201  #define HTTP_euc_kr    0x0026
       
   202  #define HTTP_ksc_5601    0x0024
   199                  
   203                  
   200 #define HTTP_undefined              0xFD  /*  Nokia specific thingie */
   204 #define HTTP_undefined              0xFD  /*  Nokia specific thingie */
   201 #define HTTP_unknown                0xFE  /*  Nokia specific thingie */
   205 #define HTTP_unknown                0xFE  /*  Nokia specific thingie */
   202 
   206 
   203 /* HTTP Headers names */
   207 /* HTTP Headers names */
   480     EEucJp,
   484     EEucJp,
   481     EIso2022Jp,
   485     EIso2022Jp,
   482     EWindows874,
   486     EWindows874,
   483     EKoi8_r,
   487     EKoi8_r,
   484     EKoi8_u,
   488     EKoi8_u,
       
   489      EEucKr,
       
   490      EKsc_5601,
   485     EDummyLast
   491     EDummyLast
   486     };
   492     };
   487 
   493 
   488 #define NW_URL_METHOD_GET             0x40
   494 #define NW_URL_METHOD_GET             0x40
   489 #define NW_URL_METHOD_OPTIONS         0x41
   495 #define NW_URL_METHOD_OPTIONS         0x41