keep_alive?() Instance Public methods Will this response's connection be kept alive?
each() Instance Public methods Iterates over each header in the resopnse
content_type=(type) Instance Public methods Sets the content-type header to type
content_type() Instance Public methods The content-type header
content_length=(len) Instance Public methods Sets the content-length header to len
content_length() Instance Public methods The content-length header
chunked?() Instance Public methods Will this response body be returned using chunked transfer-encoding?
chunked=(val) Instance Public methods Enables chunked transfer encoding.
[]=(field, value) Instance Public methods Sets the response header field to value
[](field) Instance Public methods Retrieves the response header field
Page 470 of 2275