| Class | Description |
|---|---|
| PostEmptyRequestValidator |
An empty POST request is used to create a new upload resource.
|
| PostURIValidator |
The Client MUST send a POST request against a known upload creation URL to request a new upload resource.
|
| UploadDeferLengthValidator |
The request MUST include one of the following headers:
a) Upload-Length to indicate the size of an entire upload in bytes.
|
| UploadLengthValidator |
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.
|
Copyright © 2023. All rights reserved.