FGRibreau / FGRibreau/querystring
Are query parameters not supposed to be URL Encoded?
Đang mở
- Ngôn ngữ chính
- Rust
- Star
- 8
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I observed that a `[("param1", "http://example.com/?foo&bar"), ("param2", "hello")]` will result in a query string like following:
`param1=http://example.com/?foo&bar¶m2=hello&`
Seems wrong, since the `&` contained inside the tuple wasn't URL encoded.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.