Skip to content
/ pir Public

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

Notifications You must be signed in to change notification settings

mxssl/pir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Languages