Skip to content

Commit 0a9d41e

Browse files
committed
Clarify manual params instructions.
1 parent ec40fb7 commit 0a9d41e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,8 @@ but treats empty arrays and hashes as `nil`. (Rack drops them entirely, which
391391
is confusing behavior.)
392392

393393
If you don't like this behavior and want more control, just serialize params
394-
yourself (e.g. with `URI.encode_www_form`) and pass them as a string.
394+
yourself (e.g. with `URI.encode_www_form`) and add the query string to the URL
395+
directly for GET parameters or pass the payload as a string for POST requests.
395396

396397
Basic GET params:
397398
```ruby

0 commit comments

Comments
 (0)