crud-file-server

pipeline status

A simple HTTP file server with PUT, GET and DELETE methods.

Environment Variables

Example

Start

$ cargo run

Create

$ curl -T <file_path> localhost:8000 3718021f-1c23-4dcb-9a90-6d1a74709744

Read

$ curl localhost:8000/3718021f-1c23-4dcb-9a90-6d1a74709744 <file>

Delete

$ curl -X delete localhost:8000/3718021f-1c23-4dcb-9a90-6d1a74709744