drogonframework / drogonframework/drogon
getParameters
Open
- Dominant language
- C++
- Stars
- 14.3k
- Forks
- 1.4k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 14
Description
when using req->getParameters(),I can not get the paramter of same key,for example,url is:**/api/list?key="hello"&key="world"** when I call req->getParameters().equal_range("key") it only display the result value key="world" and ignore the fist value "hello"
Contributor guide
Assessment
This issue has not been assessed yet.