Skip to main content

Module handler

Module handler 

Source

Structs§

NoLocker
A no-op locker used when the caller passes None for the locker type.
TusHandler
The central tus protocol handler.
TusRequest
Incoming request as seen by the tus handler. Framework integrations construct this from their native request type.
TusResponse
Outgoing response produced by the tus handler. Framework integrations convert this into their native response type.

Enums§

TusBody
Response body: small protocol messages or a streamed download.