Class: UV::Http::Headers
- Inherits:
-
Hash
- Object
- Hash
- UV::Http::Headers
- Defined in:
- lib/uv-rays/http/response.rb
Instance Attribute Summary collapse
-
#cookies ⇒ Object
Cookies at the time of the request.
-
#http_version ⇒ Object
The HTTP version returned.
-
#keep_alive ⇒ Object
Returns the value of attribute keep_alive.
-
#status ⇒ Object
The status code (as an integer).
Instance Attribute Details
#cookies ⇒ Object
Cookies at the time of the request
11 12 13 |
# File 'lib/uv-rays/http/response.rb', line 11 def end |
#http_version ⇒ Object
The HTTP version returned
5 6 7 |
# File 'lib/uv-rays/http/response.rb', line 5 def http_version @http_version end |
#keep_alive ⇒ Object
Returns the value of attribute keep_alive.
13 14 15 |
# File 'lib/uv-rays/http/response.rb', line 13 def keep_alive @keep_alive end |
#status ⇒ Object
The status code (as an integer)
8 9 10 |
# File 'lib/uv-rays/http/response.rb', line 8 def status @status end |