TusProtocol
tus4s.core.TusProtocol
trait TusProtocol[F[_]] extends TusFinder[F]
Attributes
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Concatenate chunks into a final upload, may remove partial uploads.
Concatenate chunks into a final upload, may remove partial uploads.
Attributes
Configuration supported by this protocol implementation.
Configuration supported by this protocol implementation.
Attributes
Create a new upload, possibly empty.
Create a new upload, possibly empty.
Attributes
Delete an upload (finished or not)
Delete an upload (finished or not)
Attributes
Receive a chunk of data from the given offset.
Receive a chunk of data from the given offset.
Attributes
Inherited and Abstract methods
Look up an upload and return its current state.
In this article