We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a5bea8 + 835ba45 commit 431c024Copy full SHA for 431c024
lib/net/http/persistent.rb
@@ -47,9 +47,8 @@
47
# # perform the POST, the URI is always required
48
# response http.request post_uri, post
49
#
50
-# Note that for GET, HEAD and other requests that do not have a body you want
51
-# to use URI#request_uri not URI#path. The request_uri contains the query
52
-# params which are sent in the body for other requests.
+# ⚠ Note that for GET, HEAD and other requests that do not have a body,
+# it uses URI#request_uri as default to send query params
53
54
# == TLS/SSL
55
0 commit comments