burl

command module
v0.0.0-...-5238686 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2022 License: MIT Imports: 7 Imported by: 0

README


b(uild c)url

burl builds curl commands. that's about it.


install

go install github.com/philippta/burl@latest

usage

  1. run burl
  2. fill in request parameters
  3. hit enter
  4. enjoy the curl command
$ burl
curl https://www.example.com/endpoint
  -X POST
  -H Content-Type: application/json
  -d {"foo":"bar"}

<ctrl-h> header | <ctrl-d> data | <ctrl-x> remove | <enter> build

$ curl https://www.example.com/endpoint -X POST -H 'Content-Type: application/json' -d '{"foo":"bar"}'

license

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL