Skip to content

refactor(deps): replace serde_urlencoded with serde_qs#291

Open
augustoccesar wants to merge 1 commit into
cloudflare:masterfrom
augustoccesar:augustoccesar/replace-serde-urlencoded
Open

refactor(deps): replace serde_urlencoded with serde_qs#291
augustoccesar wants to merge 1 commit into
cloudflare:masterfrom
augustoccesar:augustoccesar/replace-serde-urlencoded

Conversation

@augustoccesar
Copy link
Copy Markdown
Contributor

Description

While working on #290 I faced the issue of serializing nested structs with serde_urlencoded. It is not supported by it, and iself seems to be unmaintained.

It seems like the "modern" one for serializing query parameters is serde_qs. So this PR proposes the change to it.

References

### Description
While working on cloudflare#290 I faced the issue of serializing
nested structs with `serde_urlencoded`. It is not supported by it, and iself seems to be unmaintained.

It seems like the "modern" one for serializing query parameters is `serde_qs`. So this PR proposes
the change to it.

### References
- https://github.com/nox/serde_urlencoded
- nox/serde_urlencoded#121
- https://github.com/samscott89/serde_qs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant