Currently, llGetHTTPHeader() is limited to parsing only a dozen different header options, which makes it difficult to use for some applications. I'd like to be able to manually implement support for the 'Range' header, as well as others for authentication. Notably the corollary for HTTP clients, HTTP_CUSTOM_HEADER, _can_ set arbitrary headers.