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
Adam Cammack d7b83db92e Add a more involved REST example
A pastebin type application that can optionally highlight the output as
both text and HTML.
2013-02-07 11:00:26 -06:00

7 lines
198 B
Text

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