Go to file
Yoshua Wuyts 38d9071a00
.
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
2019-07-07 11:53:16 +02:00
.github . 2019-07-07 11:53:16 +02:00
src . 2019-07-07 11:53:16 +02:00
tests . 2019-07-07 11:53:16 +02:00
.gitignore . 2019-07-07 11:53:16 +02:00
.travis.yml . 2019-07-07 11:53:16 +02:00
Cargo.toml . 2019-07-07 11:53:16 +02:00
LICENSE-APACHE . 2019-07-07 11:53:16 +02:00
LICENSE-MIT . 2019-07-07 11:53:16 +02:00
README.md . 2019-07-07 11:53:16 +02:00

README.md

surf

crates.io version build status downloads docs.rs docs

HTTP client framework.

Examples

Basic usage

// tbi

Installation

$ cargo add surf

Safety

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 and take a look at some of these issues:

References

None.

License

MIT OR Apache-2.0