Skip to content

Commit

Permalink
Merge pull request #68 from jmckitrick/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gnarroway authored Jun 29, 2024
2 parents c2abf3a + d8cde89 commit deebf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ request and returns a response. Convenience wrappers are provided for the http v

- When unset (default), a repeating parameter `a=1&a=2&a=3`
- `:array`, a repeating param with array suffix: `a[]=1&a[]=2&a[]=3`
- `:index`, a repeating param with array suffix and index: `a[0]=1&a[1]=2&a[2]=3`
- `:indexed`, a repeating param with array suffix and index: `a[0]=1&a[1]=2&a[2]=3`

`multipart` A sequence of maps with the following keys:

Expand Down

0 comments on commit deebf7d

Please sign in to comment.