0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/examples/rest_pastebin/priv/index.txt

8 lines
198 B
Text
Raw Normal View History

Simple Pastebin
---------------
You can paste your text into the text field to submit, or you can capture the
output of a command with:
<command> | curl -i --data-urlencode paste@- localhost:8080