https://github.com/dpc/hyper-get
curl-like tool/library written in Rust using Hyper
https://github.com/dpc/hyper-get
Last synced: about 1 year ago
JSON representation
curl-like tool/library written in Rust using Hyper
- Host: GitHub
- URL: https://github.com/dpc/hyper-get
- Owner: dpc
- License: mit
- Created: 2014-12-01T04:23:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-03T00:19:24.000Z (over 11 years ago)
- Last Synced: 2025-03-29T05:48:20.835Z (about 1 year ago)
- Language: Rust
- Size: 117 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Introduction
Hyper-get `hget` is CURL-like tool (and in future maybe a library) written in
[Rust programming language][rust] and using [hyper][hyper] library.
[rust]: http://rust-lang.org
[hyper]: https://github.com/hyperium/hyper
# Usage
hget [-r TIMES] [-L] [-h]
# Building and running
Use [cargo][cargo]
[cargo]: https://github.com/rust-lang/cargo
# License
MIT License. See `LICENSE` file for details.