kekupload-server

A backend providing a HTTP REST like interface for uploading files written in rust.

View on GitHub

Errors

An error object looks like this:

{
    "generic": "NOT_FOUND",
    "field": "STREAM",
    "error": "Stream not found"
}

// Generic errors

404 Not Found:

400 Bad Request:

// Internal errors

500 Internal Server Error: