equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 # All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the License "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Nokia Corporation - initial contribution. |
|
11 # |
|
12 # Contributors: |
|
13 # |
|
14 # Description: |
|
15 # |
|
16 # WSP String table |
|
17 fstringtable WSPStdConstants |
|
18 # |
|
19 # Standard token values, enumerations or parameters |
|
20 # |
|
21 EAny * |
|
22 EClose Close |
|
23 ENoCache No-cache |
|
24 ENoStore No-store |
|
25 EMaxAge Max-age |
|
26 EMaxStale Max-stale |
|
27 EOnlyIfCached Only-if-cached |
|
28 EPrivate Private |
|
29 EPublic Public |
|
30 ENoTransform No-transform |
|
31 EMustRevalidate Must-revalidate |
|
32 EProxyRevalidate Must-revalidate |
|
33 EChunked Chunked |
|
34 EBasic Basic |
|
35 EMinFresh Min-fresh |
|
36 ESMaxage S-maxage |
|
37 EGzip Gzip |
|
38 ECompress Compress |
|
39 EDeflate Deflate |
|
40 ENone None |
|
41 EBytes Bytes |
|
42 ETrailers Trailers |
|
43 EIdentity Identity |
|
44 EByteRange Byte-range |
|
45 ESuffixByteRange Suffix-byte-range |
|
46 E100Continue 100-continue |
|
47 EWspVersion11 1.1 |
|
48 EWspVersion12 1.2 |
|
49 EWspVersion13 1.3 |
|
50 EWspVersion14 1.4 |