equal
deleted
inserted
replaced
5 |
5 |
6 #include <stringpool.h> |
6 #include <stringpool.h> |
7 |
7 |
8 struct TStringTable; |
8 struct TStringTable; |
9 |
9 |
10 /** A String table */ |
10 /** |
|
11 HTTP String Table |
|
12 @publishedAll |
|
13 @released |
|
14 */ |
11 class HTTP |
15 class HTTP |
12 { |
16 { |
13 public: |
17 public: |
14 enum TStrings |
18 enum TStrings |
15 { |
19 { |
424 /** _053 */ |
428 /** _053 */ |
425 ETranspHndlrPriority, |
429 ETranspHndlrPriority, |
426 /** _054 */ |
430 /** _054 */ |
427 EEnableTranspHndlrPriority, |
431 EEnableTranspHndlrPriority, |
428 /** _055 */ |
432 /** _055 */ |
429 EDisableTranspHndlrPriority |
433 EDisableTranspHndlrPriority, |
|
434 /** _056 */ |
|
435 EStrictConnectHeaders, |
|
436 /** _057 */ |
|
437 EEnableStrictConnectHeaders, |
|
438 /** _061 */ |
|
439 EHttpOptimalPipelining, |
|
440 /** _062 */ |
|
441 EHttpEnableOptimalPipelining |
430 }; |
442 }; |
431 static const TStringTable Table; |
443 static const TStringTable Table; |
432 }; |
444 }; |
433 |
445 |
434 #endif // STRINGTABLE_HTTP |
446 #endif // STRINGTABLE_HTTP |