Skip to content

Commit

Permalink
Merge pull request #137 from saiqulhaq/master
Browse files Browse the repository at this point in the history
chore: update doc
  • Loading branch information
tenderlove authored Dec 4, 2024
2 parents 0a5bea8 + 835ba45 commit 431c024
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/net/http/persistent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@
# # perform the POST, the URI is always required
# response http.request post_uri, post
#
# Note that for GET, HEAD and other requests that do not have a body you want
# to use URI#request_uri not URI#path. The request_uri contains the query
# 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
#
# == TLS/SSL
#
Expand Down

0 comments on commit 431c024

Please sign in to comment.