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