Skip to content

Commit

Permalink
Add a note about Request::send_json to FUTURE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k0nserv authored and algesten committed Mar 15, 2024
1 parent 4602c65 commit cb8b1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FUTURE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Make `AgentBuilder::timeout` be a truly global timeout, including for `connect`.
- Replace `impl From<http::request::Builder> for Request` with `TryFrom` because the conversion is fallible
(implement in terms of `From<http::request::Parts>`: `builder.body(())?.into_parts().0.into()`);
- Change `Request::send_json` to take a reference to `data` instead of ownership. See [#737](https://github.com/algesten/ureq/issues/737)

0 comments on commit cb8b1fa

Please sign in to comment.