mattak / simplepost

simple post file server on sinatra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SIMPLE POST

Launch

rake run

Usage

POST

curl -X POST -F 'file=@something.txt;type=text/plain' http://localhost:4567

GET

curl http://localhost:4567

LICENSE

MIT

About

simple post file server on sinatra

License:MIT License


Languages

Language:Ruby 100.0%