Module handlers

Module handlers 

Source
Expand description

All the request handlers for juicehost routes.

File serving with ETags, multipart and streaming storage, rename, delete, health checks, and storage info.

Structs§

StorageInfo

Functions§

delete_file
health
rename_file
serve_file
storage_handler
store_file
store_file_streaming
Accepts a raw body stream and writes chunks to disk as they arrive. File ID and name come from the URL path, mime type from a header.