fork download
  1. http_request 'name' do
  2. headers Hash
  3. message Object # defaults to 'name' if not specified
  4. notifies # see description
  5. provider Chef::Provider::HttpRequest
  6. subscribes # see description
  7. url String
  8. action Symbol # defaults to :get if not specified
  9. end
Runtime error #stdin #stdout #stderr 0s 28216KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.rb:1:in `<main>': undefined method `http_request' for main:Object (NoMethodError)