bun-pie
v0.0.2
Published
A Bun-powered HTTP client inspired by httpie.
Readme
bun-pie
bunpie is a flavored httpie on Bun.
Note: the npm package is named bun-pie because bunpie is not available on npm. The installed executable is still bunpie.
Install
bun install -g bun-pieRequirements
- Bun
>=1.3.14 - Node.js not supported
Usage
bunpie [OPTIONS] [METHOD] URLExamples:
bunpie example.com
bunpie GET https://example.com
bunpie POST https://example.com/apiIf you omit the method, bunpie defaults to GET.
Development
Uses mise
Package Contents
This package is intentionally minimal and ships only what is needed to run the binary:
bin/bunpiesrc/README.mdLICENSE
License
MIT. See LICENSE.
Similar or related Projects
- httpie - The original one
- xh - httpie-like HTTP client written in Rust
- httpie-go - httpie-like HTTP client written in Go
- curlie - frontend to cURL that adds the ease of use of httpie
- curl2httpie - convert command arguments between cURL and HTTPie
