gruns / gruns/furl

Add support array index

Open
#132 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.