Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridhoq/af
A (http) fetch CLI 😀👍
https://github.com/ridhoq/af
Last synced: 3 months ago
JSON representation
A (http) fetch CLI 😀👍
- Host: GitHub
- URL: https://github.com/ridhoq/af
- Owner: ridhoq
- License: mit
- Created: 2021-02-05T06:35:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T05:16:32.000Z (almost 4 years ago)
- Last Synced: 2024-01-12T15:27:06.375Z (almost 1 year ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# af
A (http) fetch CLI 😀👍## Getting started
`cargo install af`## Usage
```
af
A (http) fetch CLI 😀👍USAGE:
af [METHOD]ARGS:
HTTP method. If no HTTP method is provided, GET is used by default [default:
GET]
URL to fetchFLAGS:
-h, --help Prints help information
-V, --version Prints version information```