Welcome to Post-it!

Post-it is a tiny file sharing server for small files with limited lifespan.

API quickstart

Submit a file: POST binary body to "/"

Read a file: GET /<file-id>

Update a file: PUT to /<file-id>

Delete a file: DELETE /<file-id>

See the git repository for a more detailed README.

Source code

Post-it is written in Rust.

Get the sources at: https://git.ondrovo.com/MightyPork/postit