This class represents a raw HTTP header whose content is parsed 'on demand'
only when the header value needs to be consumed.
author: Oleg Kalnichevski author:
Creates a new header from a buffer.
The name of the header will be parsed immediately,
the value only if it is accessed.
Parameters: buffer - the buffer containing the header to represent throws: ParseException - in case of a parse error