Module: Censys::Document::HasHTTPResponse

Defined in:
lib/censys/document/has_http_response.rb

Instance Method Summary collapse

Instance Method Details

#http_responseHTTPResponse

HTTP reponse information.

Returns:



13
14
15
# File 'lib/censys/document/has_http_response.rb', line 13

def http_response
  @http_response ||= HTTPResponse.new(@attributes.dig("80", "http"))
end