Array of HTTP header field index mappings
Source position: httpdefs.pp line 147
const HTTPFieldIndexes: THttpIndexes = (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 34, 0, 36, 26); |
HTTPFieldIndexes is an array that maps HTTP variable types to their corresponding field indexes. This provides efficient lookup of header field positions by variable type.