module Censys::Document::HasHTTPResponse

Public Instance Methods

http_response() click to toggle source

HTTP reponse information.

@return [HTTPResponse]

# File lib/censys/document/has_http_response.rb, line 13
def http_response
  @http_response ||= HTTPResponse.new(@attributes.dig("80", "http"))
end