lib/infrataster/resources/http_resource.rb in infrataster-0.2.4 vs lib/infrataster/resources/http_resource.rb in infrataster-0.2.5

- old
+ new

@@ -39,9 +39,13 @@ def headers @options[:headers] end + def body + @options[:body] + end + def ssl_option @options[:ssl] end def basic_auth