🧀 Experimental Go HTTP file upload and download utilities
Find a file
2024-09-23 22:33:10 +02:00
godl init 2024-09-23 22:33:10 +02:00
upsched init 2024-09-23 22:33:10 +02:00
.envrc init 2024-09-23 22:33:10 +02:00
.gitignore init 2024-09-23 22:33:10 +02:00
devenv.nix init 2024-09-23 22:33:10 +02:00
flake.lock init 2024-09-23 22:33:10 +02:00
flake.nix init 2024-09-23 22:33:10 +02:00
go.mod init 2024-09-23 22:33:10 +02:00
go.sum init 2024-09-23 22:33:10 +02:00
LICENSE init 2024-09-23 22:33:10 +02:00
README.md init 2024-09-23 22:33:10 +02:00
treefmt.nix init 2024-09-23 22:33:10 +02:00

gouda

This repository provides two Go packages: file serving over HTTP (godl) and upload scheduling for multi-part uploads (upsched). These utilities are designed to streamline file handling operations in web applications, with features like MIME type inference, content disposition, and multi-part upload management.