Class: Net::HTTPResponse

Inherits:
Object show all
Defined in:
lib/ruuuby/protocol/http_request.rb

Instance Method Summary collapse

Instance Method Details

#content_lengthInteger

Returns:



8
# File 'lib/ruuuby/protocol/http_request.rb', line 8

def content_length; self.cache_warmup['content-length'].to_i; end

#time_receivedObject



5
# File 'lib/ruuuby/protocol/http_request.rb', line 5

def time_received; ::Time.parse(self.cache_warmup['date']); end