Method: Inspec::Resources::Http#headers

Defined in:
lib/inspec/resources/http.rb

#headersObject



54
55
56
# File 'lib/inspec/resources/http.rb', line 54

def headers
  @headers ||= Inspec::Resources::Http::Headers.create(@worker.response_headers)
end