🧀 Experimental Go HTTP file upload and download utilities
Find a file
2024-12-07 23:54:44 +01:00
godl init 2024-09-23 22:33:10 +02:00
upsched fix docs 2024-12-07 23:54:44 +01:00
.envrc devenv 2024-12-07 09:48:33 +01:00
.gitignore devenv 2024-12-07 09:48:33 +01:00
.golangci.toml devenv 2024-12-07 09:48:33 +01:00
devenv.lock devenv 2024-12-07 09:48:33 +01:00
devenv.nix devenv 2024-12-07 09:48:33 +01:00
devenv.yaml devenv 2024-12-07 09:48:33 +01:00
go.mod update deps 2024-12-07 23:46:33 +01:00
go.sum update deps 2024-12-07 23:46:33 +01:00
LICENSE init 2024-09-23 22:33:10 +02:00
README.md 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.