Skip to content
/ req Public

Minimalist httpie-style HTTP CLI client written in Go

License

Notifications You must be signed in to change notification settings

cmwrxh/req

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

req

Minimalist HTTP client CLI written in Go — fast, colorful, and simple.

Inspired by httpie, but even lighter.

Features

  • GET and POST requests
  • JSON body support (-d / --data)
  • Custom headers (-H / --header, multiple allowed)
  • Colored output (method, URL, status codes)
  • Automatic pretty-printing of JSON responses
  • Clear error messages

Installation

# Install globally (recommended)
go install github.com/cmwrxh/req@latest

# Or build from source
git clone https://github.com/cmwrxh/req.git
cd req
go build -o req
# Move ./req to a directory in your $PATH (optional)

About

Minimalist httpie-style HTTP CLI client written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages