Add support array index
Open
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 165
- PR merge metrics
- No merged PRs in 30d
Description
Propose to add support array as arg. For example
```
print(furl('http://example.org', args={'f': [1, 2, 3]}))
```
should return
```
http://example.org?f[0]=1&f[1]=2&f[2]=3
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.