/pir

A simple app that prints incoming POST requests, created to experiment with the new mux.

Primary LanguageGo

Print Incoming Request

A simple app that prints incoming POST requests, created to experiment with the new mux.

Install

go install github.com/mxssl/pir@latest

Test

curl \
  --url 'localhost:9999' \
  --request POST \
  --data '{"key":"value"}'