http_header(content_type_string="text/html")http_header(headers_hash)
Instance Public methods
Create an HTTP header block as a string.
Includes the empty line that ends the header block.
content_type_string
If this form is used, this string is the Content-Type
headers_hash
A Hash of header values. The following header keys
are recognized:
type
The Content-Type header. Defaults to âtext/htmlâ
charset
The charset of the body, appended to the Content-Type header.
nph
A