Httparty

From Wasya Wiki
Revision as of 00:45, 16 April 2025 by Piousbox (Talk | contribs) (Created page with " == debug as curl == <pre> class Foo include HTTParty debug_output $stdout end </pre>")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


debug as curl

class Foo
  include HTTParty
  debug_output $stdout
end