Longboard: The easy way to surf

bash $ longboard get https://async.rs

TODO for this to be useful

* Releases crates.io version * Contributing

Installation

sh $ cargo install longboard --version 0.0.2-alpha.3

Usage

```sh longboard 0.0.2-alpha.3 the easy way to surf

USAGE: longboard [OPTIONS]

FLAGS: --help Prints help information -V, --version Prints version information

OPTIONS: -b, --body provide a request body on the command line -c, --client http backend for surf. options: h1, curl, hyper [default: h1] -f, --file provide a the path to a file to use as the request body -h, --headers ... provide headers in the form -h KEY1=VALUE1 KEY2=VALUE2

ARGS: ```

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

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.