| Class | Description |
|---|---|
| ContentLengthValidator |
Validate that the given upload length in combination with the bytes we already received,
does not exceed the declared initial length on upload creation.
|
| ContentTypeValidator |
All PATCH requests MUST use Content-Type: application/offset+octet-stream.
|
| HttpMethodValidator |
Class to validate if the current HTTP method is valid
|
| IdExistsValidator |
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.
|
| TusResumableValidator |
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.
|
| UploadOffsetValidator |
The Upload-Offset header’s value MUST be equal to the current offset of the resource.
|
Copyright © 2019. All rights reserved.