$ walkhttp -h
A CLI tool to proxy HTTP requests for debugging.
USAGE:
walkhttp [flags] [arguments...]
FLAGS:
--origin value Origin URL (default: https://example.com)
--port value Port (default: 3000)
--prompt Start prompt and call a HTTP request (default: false)
--help, -h show help
--version, -v print the version
$ walkhttp --origin https://example.com
┌─────────────────────────────────────────────────────────────────
│ walkhttp
│
│ --origin https://example.com
│ --port 3000
│
│ Web console: http://localhost:3000/_
└─────────────────────────────────────────────────────────────────
Open the web console and try `curl http://localhost:3000/`