Commit 0cab696
committed
feat(http): [torrust#191] add cargo dependency: multimap
THat dependency will be use to store URL query param in a MultiMap
struct, becuase query params can have multiple values like this:
```
param1=value1¶m1=value2
```
The multimaps allows to add multiple values to a HashMap.1 parent ea8d4d8 commit 0cab696
3 files changed
Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments