# Buklo Buklo is a simple command line interface for HTTP client [![Crates.io][crates-badge]][crates-url] [![Rust Report Card](https://rust-reportcard.xuri.me/badge/github.com/ghishadow/buklo)](https://rust-reportcard.xuri.me/report/github.com/ghishadow/buklo) [![Dependencies][dependencies-badge]][dependencies-url] [![Build Status][actions-badge]][actions-url] [![codecov](https://codecov.io/gh/ghishadow/buklo/branch/main/graph/badge.svg)](https://codecov.io/gh/ghishadow/buklo) ## Getting Started ``` shell buklo --url [url] --method [method] --body [body] --headers [headers] ``` ## Demo [![asciicast](https://asciinema.org/a/486793.svg)](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