Package me.desair.tus.server.core.validation


package me.desair.tus.server.core.validation
  • Classes
    Class
    Description
    Validate that the given upload length in combination with the bytes we already received, does not exceed the declared initial length on upload creation.
    All PATCH requests MUST use Content-Type: application/offset+octet-stream.
    Class to validate if the current HTTP method is valid
    If the resource is not found, the Server SHOULD return either the 404 Not Found, 410 Gone or 403 Forbidden status without the Upload-Offset header.
    Class that will validate if the tus version in the request corresponds to our implementation version
    The Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.
    The Upload-Offset header’s value MUST be equal to the current offset of the resource.