Package me.desair.tus.server.creation.validation


package me.desair.tus.server.creation.validation
  • Classes
    Class
    Description
    An empty POST request is used to create a new upload resource.
    The Client MUST send a POST request against a known upload creation URL to request a new upload resource.
    The request MUST include one of the following headers: a) Upload-Length to indicate the size of an entire upload in bytes. b) Upload-Defer-Length: 1 if upload size is not known at the time.
    If the length of the upload exceeds the maximum, which MAY be specified using the Tus-Max-Size header, the Server MUST respond with the 413 Request Entity Too Large status.