/simplepost

simple post file server on sinatra

Primary LanguageRubyMIT LicenseMIT

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