mxssl / pir

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"}'

About

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


Languages

Language:Go 100.0%