問題タブ [reqwest]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
126 参照

rust - Reqwest の Result::read_to_string に渡された変数はどこからデータを取得しますか?

私はRustを学んでおり、HTTP GETリクエストを実行してデータを表示するためにこの例をいじっています:

body変数が実際にどのように正しいデータになっているか理解できません。ヘッダーとステータスについては、関連する関数を確認できますが、本文データについてはread_to_string、データ全体に使用するだけですか?