http-request-echo

A simple `crystal-lang` app to echo / inspect `HTTP requests`

http-request-echo

logo.png

description

A simple crystal-lang app to echo / inspect HTTP requests

Inspired by https://httpbin.org/anything

local

crystal http-request-echo.cr

or

DEBUG=true crystal http-request-echo.cr

requires

hot-reload

watches for changes in the first matched .cr file and reloads it as soon as it gets updated

sh hot-reload.sh

requires

update dependencies

shards install

build binary

shards build

run binary

bin/http-request-echo
mockup-http-requests

Generate configurable mockup HTTP requests w/ random query_params & payload

sh mockup-http-requests.sh

requires

tunnel

this is useful for using locally running code (or compiled binary) as a webhook receiver for instance

ngrok http 8080

or

ngrok http --log stdout --log-format json --region eu 8080  | jq -r '.url? | select( . | contains( "https://" )? )?'

requires

heroku

https://http-request-echo.herokuapp.com

reference

reference docs & online playgrounds

Repository

http-request-echo

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 1
  • over 2 years ago
  • December 9, 2021
License

Links
Synced at

Tue, 07 May 2024 07:55:43 GMT

Languages