Skip to content

Commit 431c024

Browse files
authored
Merge pull request #137 from saiqulhaq/master
chore: update doc
2 parents 0a5bea8 + 835ba45 commit 431c024

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/net/http/persistent.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@
4747
# # perform the POST, the URI is always required
4848
# response http.request post_uri, post
4949
#
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.
50+
# ⚠ Note that for GET, HEAD and other requests that do not have a body,
51+
# it uses URI#request_uri as default to send query params
5352
#
5453
# == TLS/SSL
5554
#

0 commit comments

Comments
 (0)