https://github.com/http-rs/http-client
Types and traits for http clients
https://github.com/http-rs/http-client
Last synced: about 1 year ago
JSON representation
Types and traits for http clients
- Host: GitHub
- URL: https://github.com/http-rs/http-client
- Owner: http-rs
- License: apache-2.0
- Created: 2019-11-19T16:30:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T03:38:07.000Z (about 3 years ago)
- Last Synced: 2025-04-03T16:12:28.159Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 166 KB
- Stars: 114
- Watchers: 8
- Forks: 52
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
http-client
Types and traits for http clients.
## Installation
With [cargo add][cargo-add] installed run:
```sh
$ cargo add http-client
```
[cargo-add]: https://github.com/killercup/cargo-edit
## Safety
For non-wasm clients, this crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in
100% Safe Rust.
## Contributing
Want to join us? Check out our ["Contributing" guide][contributing] and take a
look at some of these issues:
- [Issues labeled "good first issue"][good-first-issue]
- [Issues labeled "help wanted"][help-wanted]
[contributing]: https://github.com/http-rs/http-client/blob/main/.github/CONTRIBUTING.md
[good-first-issue]: https://github.com/http-rs/http-client/labels/good%20first%20issue
[help-wanted]: https://github.com/http-rs/http-client/labels/help%20wanted
## License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.