Class: UV::Http::Headers

Inherits:
Hash
  • Object
show all
Defined in:
lib/uv-rays/http/response.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cookiesObject

Cookies at the time of the request



11
12
13
# File 'lib/uv-rays/http/response.rb', line 11

def cookies
  @cookies
end

#http_versionObject

The HTTP version returned



5
6
7
# File 'lib/uv-rays/http/response.rb', line 5

def http_version
  @http_version
end

#keep_aliveObject

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

#statusObject

The status code (as an integer)



8
9
10
# File 'lib/uv-rays/http/response.rb', line 8

def status
  @status
end