Registry / networking / tus-tusd

tus-tusd

JSON →
library1.13.0gogounverified

A Go server for the tus resumable upload protocol, enabling reliable file uploads.

go get github.com/tus/tusd
INSTALL
IMPORT
SIG · TUS-TUSD
T
tus-tusd
networkinggov1.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tusd
github.com/tus/tusd

Sets up a tusd handler with a file store for resumable uploads.

package main import ( "github.com/tus/tusd" "github.com/tus/tusd/pkg/filestore" ) func main() { store := filestore.New("./uploads") composer := tusd.NewStoreComposer() store.UseIn(composer) handler, _ := tusd.NewHandler(tusd.Config{ BasePath: "/files/", StoreComposer: composer, }) _ = handler }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.13.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
tus-tusd — go get tus-tusd · libregistry