https://github.com/ghishadow/buklo
Buklo is a simple CLI HTTP client
https://github.com/ghishadow/buklo
http http-client rust
Last synced: 7 months ago
JSON representation
Buklo is a simple CLI HTTP client
- Host: GitHub
- URL: https://github.com/ghishadow/buklo
- Owner: ghishadow
- License: mit
- Created: 2022-02-05T20:29:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T17:49:14.000Z (8 months ago)
- Last Synced: 2025-07-07T18:53:57.447Z (8 months ago)
- Topics: http, http-client, rust
- Language: Rust
- Homepage:
- Size: 388 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Buklo
Buklo is a simple command line interface for HTTP client
[![Crates.io][crates-badge]][crates-url]
[](https://rust-reportcard.xuri.me/report/github.com/ghishadow/buklo)
[![Dependencies][dependencies-badge]][dependencies-url]
[![Build Status][actions-badge]][actions-url]
[](https://codecov.io/gh/ghishadow/buklo)
## Getting Started
``` shell
buklo --url [url] --method [method] --body [body] --headers [headers]
```
## Demo
[](https://asciinema.org/a/486793?theme=monokai?row=30)
[crates.io-badge]: https://img.shields.io/crates/v/buklo?style=flat-square
[crates-badge]: https://img.shields.io/crates/v/buklo.svg
[crates-url]: https://crates.io/crates/buklo
[actions-badge]: https://github.com/ghishadow/buklo/workflows/release/badge.svg
[actions-url]: https://github.com/ghishadow/buklo/actions/workflows/release.yml?query=branch%3Amain
[docs-badge]: https://img.shields.io/docsrs/buklo.svg
[docs-url]: https://docs.rs/buklo
[dependencies-badge]: https://img.shields.io/librariesio/release/cargo/buklo.svg
[dependencies-url]: https://crates.io/crates/buklo/dependencies