You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocol.md
+262-1Lines changed: 262 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,10 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
50
50
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be
51
51
interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt).
52
52
53
+
The main text of this document specificies the normative definition of the
54
+
protocol, but we offer an [overview table appendix](#appendix-overview-table)
55
+
the visualizes the headers and endpoints of the core protocol and its extensions.
56
+
53
57
## Status
54
58
55
59
Following [SemVer](http://semver.org), as of 1.0.0 tus is ready for general
@@ -223,7 +227,7 @@ match, the Server MUST respond with the `409 Conflict` status without modifying
223
227
the upload resource.
224
228
225
229
The Client SHOULD send all the remaining bytes of an upload in a single `PATCH`
226
-
request, but MAY also use multiple small requests successively for scenarios
230
+
request, but MAY also use multipl requests successively for scenarios
227
231
where this is desirable. One example for these situations is when the
228
232
[Checksum](#checksum) extension is used.
229
233
@@ -742,6 +746,263 @@ Upload-Length: 11
742
746
Upload-Concat: final;/files/a /files/b
743
747
```
744
748
749
+
## Appendix: Overview Table
750
+
751
+
> [!important]
752
+
> This section is non-normative, and is only included the clarify the primary protocol definition above.
753
+
754
+
The following table summarizes which headers are required or optional for each HTTP method in the core protocol and its extensions; scroll to the bottom of the table for a legend.
0 commit comments