Skip to content
/ postto Public

A command-line utility for sending data from stdin to an HTTP endpoint, fast.

Notifications You must be signed in to change notification settings

gtopper/postto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

postto

A command-line utility for sending data from stdin to an HTTP endpoint, fast.

Build

go build ./cmd/postto/postto.go

Run

./postto http://$HOST/send/to/path

Postto reads its input from stdin. For example:

cat file | ./postto http://$HOST/send/to/path

or

while true; do echo 123; done | ./postto http://$HOST/send/to/path

About

A command-line utility for sending data from stdin to an HTTP endpoint, fast.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages