A simple REST API to upload and download files using rust language
- POST
/api/files/
Upload a file - GET
/api/files/{name}/
Download a file with a name
You can follow my medium Build your first REST API using Rust language and actix framework to find out more about this project.