Method: Inspec::Resources::Http#headers
- Defined in:
- lib/resources/http.rb
#headers ⇒ Object
53 54 55 |
# File 'lib/resources/http.rb', line 53 def headers @headers ||= Inspec::Resources::Http::Headers.create(@worker.response_headers) end |