Method: Inspec::Resources::Http#http_method

Defined in:
lib/resources/http.rb

#http_methodObject



61
62
63
# File 'lib/resources/http.rb', line 61

def http_method
  @opts.fetch(:method, 'GET')
end