Squid internals HTTP header handling (Http*.c) Functions HttpHeader - represents a collection of header fields HttpHeaderEntry - an (id, name, value) triplet 'ids' are defined for well-known header fields to speed up searching Most operations on httpHeader require a known id as a parameter Officially documented as "Squid programmer should operate on "known" fields only)