You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/httparty.rb
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ def self.included(base)
36
36
end
37
37
38
38
# == Common Request Options
39
-
# Request methods (get, post, put, delete, head, options) all take a common set of options. These are:
39
+
# Request methods (get, post, patch, put, delete, head, options) all take a common set of options. These are:
40
40
#
41
41
# [:+body+:] Body of the request. If passed a Hash, will try to normalize it first, by default passing it to ActiveSupport::to_params. Any other kind of object will get used as-is.
42
42
# [:+http_proxyaddr+:] Address of proxy server to use.
0 commit comments