Package me.desair.tus.server.core
package me.desair.tus.server.core
-
ClassDescriptionThe Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.A HEAD request is used to determine the offset at which the upload should be continued.An OPTIONS request MAY be used to gather information about the Server’s current configuration.The Server SHOULD accept PATCH requests against any upload URL and apply the bytes contained in the message at the given offset specified by the Upload-Offset header.The core protocol describes how to resume an interrupted upload.