kxio/examples
Paul Campbell f759884517 feat(net)!: new api: .on().{get,post, etc}(url), replacing .on(method).get(url)
The `http::Method` parameter is not needed as we now use named methods that the methods on the underlying `reqwest` client.

The `url` parameter can be a `String` or `&str` rather than a parsed, and error handled `url::Url`.
2024-11-19 19:40:02 +00:00
..
get.rs feat(net)!: new api: .on().{get,post, etc}(url), replacing .on(method).get(url) 2024-11-19 19:40:02 +00:00