Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add writable response struct * add readable request * run cargo fmt * fix gloo_net tests * refactor request and response with builder pattern * fix clippy and fmt * fix tests * Update crates/net/src/http/response.rs Co-authored-by: Kaede Hoshikawa <futursolo@users.noreply.github.com> * rename responsebuilder requestbuilder * run cargo fmt * fix clippy errors * expose response body enum * implement PR comments change to finish_non_exhaustive run cargo fmt remove config.toml revert formatting add back missing feature * Improve docs Co-authored-by: Kaede Hoshikawa <futursolo@users.noreply.github.com> * run cargo fmt --------- Co-authored-by: Kaede Hoshikawa <futursolo@users.noreply.github.com>
- Loading branch information