USAGE
POST /
accepts raw data in the body of the request and responds with a URL of
a page containing the body's content
EXAMPLE: curl --data-binary @file.txt https://paste.alexbaron.me
GET /<id>
retrieves the content for the paste with id `<id>`
UPLOAD VIA BROWSER
GET https://paste.alexbaron.me/upload
provides a simple upload UI