epoc32/include/httpstringconstants.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 // Autogenerated from epoc32/build/httptransportfw/c_2bc00cbd2faacbf2/http_dll/httpstringconstants.st by the stringtable tool - Do not edit
     2 
     3 #ifndef STRINGTABLE_HTTP
     4 #define STRINGTABLE_HTTP
     5 
     6 #include <stringpool.h>
     7 
     8 struct TStringTable;
     9 
    10 /** 
    11 HTTP String Table
    12 @publishedAll 
    13 @released
    14 */
    15 class HTTP 
    16 	{
    17 public:
    18 	enum TStrings
    19 		{
    20 		/** CONNECT */
    21 		ECONNECT,
    22 		/** DELETE */
    23 		EDELETE,
    24 		/** GET */
    25 		EGET,
    26 		/** HEAD */
    27 		EHEAD,
    28 		/** OPTIONS */
    29 		EOPTIONS,
    30 		/** POST */
    31 		EPOST,
    32 		/** PUT */
    33 		EPUT,
    34 		/** TRACE */
    35 		ETRACE,
    36 		/** HTTP/1.0 */
    37 		EHttp10,
    38 		/** HTTP/1.1 */
    39 		EHttp11,
    40 		/** Cache-Control */
    41 		ECacheControl,
    42 		/** Connection */
    43 		EConnection,
    44 		/** Date */
    45 		EDate,
    46 		/** Pragma */
    47 		EPragma,
    48 		/** Transfer-Encoding */
    49 		ETransferEncoding,
    50 		/** Upgrade */
    51 		EUpgrade,
    52 		/** Via */
    53 		EVia,
    54 		/** Warning */
    55 		EWarning,
    56 		/** Host */
    57 		EHost,
    58 		/** Accept */
    59 		EAccept,
    60 		/** Accept-Charset */
    61 		EAcceptCharset,
    62 		/** Accept-Encoding */
    63 		EAcceptEncoding,
    64 		/** Accept-Language */
    65 		EAcceptLanguage,
    66 		/** Authorization */
    67 		EAuthorization,
    68 		/** Cookie */
    69 		ECookie,
    70 		/** Cookie2 */
    71 		ECookie2,
    72 		/** Expect */
    73 		EExpect,
    74 		/** From */
    75 		EFrom,
    76 		/** If-Modified-Since */
    77 		EIfModifiedSince,
    78 		/** If-Match */
    79 		EIfMatch,
    80 		/** If-None-Match */
    81 		EIfNoneMatch,
    82 		/** If-Range */
    83 		EIfRange,
    84 		/** If-Unmodified-Since */
    85 		EIfUnmodifiedSince,
    86 		/** Keep-Alive */
    87 		EKeepAlive,
    88 		/** Max-Forwards */
    89 		EMaxForwards,
    90 		/** Proxy-Authorization */
    91 		EProxyAuthorization,
    92 		/** Range */
    93 		ERange,
    94 		/** Referer */
    95 		EReferer,
    96 		/** User-Agent */
    97 		EUserAgent,
    98 		/** Accept-Ranges */
    99 		EAcceptRanges,
   100 		/** Age */
   101 		EAge,
   102 		/** ETag */
   103 		EETag,
   104 		/** Location */
   105 		ELocation,
   106 		/** Proxy-Authenticate */
   107 		EProxyAuthenticate,
   108 		/** Retry-After */
   109 		ERetryAfter,
   110 		/** Server */
   111 		EServer,
   112 		/** Set-Cookie */
   113 		ESetCookie,
   114 		/** Set-Cookie2 */
   115 		ESetCookie2,
   116 		/** Vary */
   117 		EVary,
   118 		/** WWW-Authenticate */
   119 		EWWWAuthenticate,
   120 		/** Allow */
   121 		EAllow,
   122 		/** Content-Base */
   123 		EContentBase,
   124 		/** Content-Disposition */
   125 		EContentDisposition,
   126 		/** Content-Encoding */
   127 		EContentEncoding,
   128 		/** Content-Language */
   129 		EContentLanguage,
   130 		/** Content-Length */
   131 		EContentLength,
   132 		/** Content-Location */
   133 		EContentLocation,
   134 		/** Content-MD5 */
   135 		EContentMD5,
   136 		/** Content-Range */
   137 		EContentRange,
   138 		/** Content-Type */
   139 		EContentType,
   140 		/** Expires */
   141 		EExpires,
   142 		/** Last-Modified */
   143 		ELastModified,
   144 		/** q */
   145 		EQ,
   146 		/** gzip */
   147 		EGzip,
   148 		/** compress */
   149 		ECompress,
   150 		/** deflate */
   151 		EDeflate,
   152 		/** bytes */
   153 		EBytes,
   154 		/** none */
   155 		ENone,
   156 		/** no-cache */
   157 		ENoCache,
   158 		/** no-store */
   159 		ENoStore,
   160 		/** max-age */
   161 		EMaxAge,
   162 		/** max-stale */
   163 		EMaxStale,
   164 		/** min-fresh */
   165 		EMinFresh,
   166 		/** no-transform */
   167 		ENoTransform,
   168 		/** only-if-cached */
   169 		EOnlyIfCached,
   170 		/** public */
   171 		EPublic,
   172 		/** private */
   173 		EPrivate,
   174 		/** must-revalidate */
   175 		EMustRevalidate,
   176 		/** proxy-revalidate */
   177 		EProxyRevalidate,
   178 		/** s-maxage */
   179 		ESMaxAge,
   180 		/** close */
   181 		EClose,
   182 		/** charset */
   183 		ECharset,
   184 		/** 100-continue */
   185 		E100Continue,
   186 		/** TE */
   187 		ETE,
   188 		/** Trailer */
   189 		ETrailer,
   190 		/** chunked */
   191 		EChunked,
   192 		/** Basic */
   193 		EBasic,
   194 		/** Digest */
   195 		EDigest,
   196 		/** realm */
   197 		ERealm,
   198 		/** domain */
   199 		EDomain,
   200 		/** nonce */
   201 		ENonce,
   202 		/** opaque */
   203 		EOpaque,
   204 		/** stale */
   205 		EStale,
   206 		/** algorithm */
   207 		EAlgorithm,
   208 		/** qop */
   209 		EQop,
   210 		/** auth */
   211 		EAuth,
   212 		/** response */
   213 		EResponse,
   214 		/** uri */
   215 		EUri,
   216 		/** cnonce */
   217 		ECnonce,
   218 		/** nc */
   219 		ENc,
   220 		/** 00000001 */
   221 		E00000001,
   222 		/** _000 */
   223 		EPort,
   224 		/** _Auth */
   225 		EAuthentication,
   226 		/** _Red */
   227 		ERedirect,
   228 		/** _Val */
   229 		EValidation,
   230 		/** _ProtH */
   231 		EProtocolHandler,
   232 		/** Client */
   233 		EClient,
   234 		/** _clf */
   235 		EHttpClientFilter,
   236 		/** _shf */
   237 		ESessionHeaderFilter,
   238 		/** _ckf */
   239 		ECookieFilter,
   240 		/** _cnf */
   241 		EHttpConnectFilter,
   242 		/** _001 */
   243 		EProxyUsage,
   244 		/** _002 */
   245 		EProxyAddress,
   246 		/** _003 */
   247 		EUseProxy,
   248 		/** _004 */
   249 		EDoNotUseProxy,
   250 		/** _005 */
   251 		EMaxNumTransportHandlers,
   252 		/** _006 */
   253 		EMaxNumTransPerTranspHndlr,
   254 		/** _007 */
   255 		EHTTPVersion,
   256 		/** _008 */
   257 		EMaxRedirect,
   258 		/** Protocol */
   259 		EProtocol,
   260 		/** HTTP */
   261 		EHTTP,
   262 		/** HTTPS */
   263 		EHTTPS,
   264 		/** WSP */
   265 		EWSP,
   266 		/** _009 */
   267 		EWspCapClientMessageSize,
   268 		/** _00A */
   269 		EWspCapServerMessageSize,
   270 		/** _00B */
   271 		EWspCapUseAcknowledgements,
   272 		/** _00C */
   273 		EWspCapSupportSuspendResume,
   274 		/** _00D */
   275 		EWspCapMaxOutstandingRequests,
   276 		/** _00E */
   277 		EWspProxyAddress,
   278 		/** _00F */
   279 		EWspBearer,
   280 		/** _010 */
   281 		EWspIp,
   282 		/** _011 */
   283 		EWspSMS,
   284 		/** _012 */
   285 		EWspLocalPort,
   286 		/** _013 */
   287 		EWspRemotePort,
   288 		/** _014 */
   289 		EWspServiceNumber,
   290 		/** _015 */
   291 		EWspSessionType,
   292 		/** _016 */
   293 		EWspConnectionOriented,
   294 		/** _017 */
   295 		EWspConnectionLess,
   296 		/** _018 */
   297 		EWspSecurity,
   298 		/** _019 */
   299 		EWspUseWtls,
   300 		/** _01A */
   301 		EWspDoNotUseWtls,
   302 		/** _01B */
   303 		EWspProxyConnectionTimeout,
   304 		/** _01C */
   305 		EWspProxyExceptionInfo,
   306 		/** _01D */
   307 		EWspRemainingSDUSize,
   308 		/** _01E */
   309 		EWspRemainingMessageSize,
   310 		/** _01F */
   311 		EAuthenticatedOK,
   312 		/** _020 */
   313 		EAuthenticationFailure,
   314 		/** username */
   315 		EUsername,
   316 		/** Password */
   317 		EPassword,
   318 		/** Authentication:Status */
   319 		EAuthenticationStatus,
   320 		/** _021 */
   321 		ERedirectCount,
   322 		/** _022 */
   323 		EProtTrans,
   324 		/** * / * */
   325 		EAnyAny,
   326 		/** text/ * */
   327 		ETextAny,
   328 		/** text/html */
   329 		ETextHtml,
   330 		/** text/plain */
   331 		ETextPlain,
   332 		/** text/vnd.wap.wml */
   333 		ETextVndWapWml,
   334 		/** application/octet-stream */
   335 		EApplicationOctetStream,
   336 		/** application/x-www-form-urlencoded */
   337 		EApplicationXWwwFormUrlEncoded,
   338 		/** _023 */
   339 		ECookieName,
   340 		/** _024 */
   341 		ECookieValue,
   342 		/** Path */
   343 		EPath,
   344 		/** Comment */
   345 		EComment,
   346 		/** CommentURL */
   347 		ECommentURL,
   348 		/** Discard */
   349 		EDiscard,
   350 		/** Port */
   351 		ECookiePort,
   352 		/** Secure */
   353 		ESecure,
   354 		/** Version */
   355 		EVersion,
   356 		/** _025 */
   357 		EHttpSocketServ,
   358 		/** _026 */
   359 		EHttpSocketConnection,
   360 		/** _027 */
   361 		ESecureDialog,
   362 		/** _028 */
   363 		EDialogPrompt,
   364 		/** _029 */
   365 		EDialogNoPrompt,
   366 		/** _02A */
   367 		ETunnel,
   368 		/** _02B */
   369 		EHttpPipelining,
   370 		/** _02C */
   371 		EEnablePipelining,
   372 		/** _02D */
   373 		EDisablePipelining,
   374 		/** _02E */
   375 		ECipherSuiteValue,
   376 		/** _2F */
   377 		EHttpBatching,
   378 		/** _030 */
   379 		EDoNotEnableBatching,
   380 		/** _031 */
   381 		EEnableBatching,
   382 		/** _32 */
   383 		EBatchingBufferSize,
   384 		/** _033 */
   385 		ESocketShutdownMode,
   386 		/** _034 */
   387 		ESocketShutdownNormal,
   388 		/** _035 */
   389 		ESocketShutdownImmediate,
   390 		/** _036 */
   391 		ESessionClosing,
   392 		/** Profile */
   393 		EProfile,
   394 		/** Profile-Diff */
   395 		EProfileDiff,
   396 		/** _UaProf */
   397 		EUAProfFilter,
   398 		/** _037 */
   399 		EMaxNumTransactionsToPipeline,
   400 		/** _038 */
   401 		ESessionId,
   402 		/** _03A */
   403 		ENotifyOnDisconnect,
   404 		/** _03B */
   405 		EEnableDisconnectNotification,
   406 		/** _03C */
   407 		EDisableDisconnectNotification,
   408 		/** _03D */
   409 		ERecvBufferSize,
   410 		/** _03E */
   411 		EHTTPTransOptimiser,
   412 		/** _03F */
   413 		EEnableHTTPTransOptimiser,
   414 		/** _040 */
   415 		EDisableHTTPTransOptimiser,
   416 		/** NTLM */
   417 		ENTLM,
   418 		/** _041 */
   419 		ENotify100Continue,
   420 		/** _042 */
   421 		EEnableNotification,
   422 		/** _043 */
   423 		EDisableNotification,
   424 		/** _051 */
   425 		ESendTimeOutValue,
   426 		/** _052 */
   427 		EReceiveTimeOutValue,
   428 		/** _053 */
   429 		ETranspHndlrPriority,
   430 		/** _054 */
   431 		EEnableTranspHndlrPriority,
   432 		/** _055 */
   433 		EDisableTranspHndlrPriority,
   434 		/** _056 */
   435 		EStrictConnectHeaders,
   436 		/** _057 */
   437 		EEnableStrictConnectHeaders,
   438 		/** _061 */
   439 		EHttpOptimalPipelining,
   440 		/** _062 */
   441 		EHttpEnableOptimalPipelining
   442 		};
   443 	static const TStringTable Table;	
   444 	};
   445 
   446 #endif // STRINGTABLE_HTTP
   447