bytecodealliance / bytecodealliance/wstd

Is it possible to append query values?

オープン
#68 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
feature-request
主要言語
Rust
スター
133
フォーク
19
平均マージ
6日 19時間
マージ済み PR(30日)
5

説明

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!

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Start by locating the request `Builder` API and reviewing how it currently constructs URLs. Compare the query-value helpers in reqwest and ureq, then determine how conditional values should be URL-encoded and appended; done means the Builder supports this without manual URL concatenation and the behavior is documented and covered by the project’s existing checks.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
rust
領域
networking
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。