A HTTP document. It consists of the contents and HTTP headers.
author: Daniel Matuschek (daniel@matuschek.net) author: ptah version: $Id: HttpDoc.java,v 1.11 2004/08/09 17:36:49 matuschd Exp $
Get all the HTTP headers. This function is useful if you
don't know what headers exists and you want to have ALL
headers
a Vector containing HttpHeader objects
Set a HTTP header value with the given name (creates one if not found)
Parameters: headerName - Parameters: headerValue - a HttpHeader.value with the given name or null if not found