bytecodealliance / bytecodealliance/wstd

Is it possible to append query values?

Open
#68 2 comments 0 reactions 0 assignees View on GitHub
feature-request
Dominant language
Rust
Stars
133
Forks
19
Avg merge
5d 10h
Merged PRs (30d)
4

Description

I read through the docs but couldn't find any information on how to append query values to my request. In my case, these are conditional, so some methods on the `Builder` struct would be great.

Sadly, simply appending them to the URL is not enough. The values have to be URL-encoded. A utility method similar to other crates would be great. It could take any `T: Serializable` and append the query values. `reqwest` and `ureq` provide this IIRC.

Thanks for the great library!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.