FGRibreau / FGRibreau/querystring
Are query parameters not supposed to be URL Encoded?
Abierto
- Lenguaje dominante
- Rust
- Estrellas
- 8
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.