| Class | Description |
|---|---|
| CoreDefaultResponseHeadersHandler |
The Tus-Resumable header MUST be included in every request and response except for OPTIONS requests.
|
| CoreHeadRequestHandler |
A HEAD request is used to determine the offset at which the upload should be continued.
|
| CoreOptionsRequestHandler |
An OPTIONS request MAY be used to gather information about the Server’s current configuration.
|
| CorePatchRequestHandler |
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.
|
| CoreProtocol |
The core protocol describes how to resume an interrupted upload.
|
Copyright © 2019. All rights reserved.