Difference between revisions of "Httparty"

From Wasya Wiki
Jump to: navigation, search
(Created page with " == debug as curl == <pre> class Foo include HTTParty debug_output $stdout end </pre>")
 
(No difference)

Latest revision as of 00:45, 16 April 2025


debug as curl

class Foo
  include HTTParty
  debug_output $stdout
end