Skip to content

Resumable uploads are HTTP version independent#202

Merged
Acconut merged 1 commit intomainfrom
http-version
Jun 26, 2025
Merged

Resumable uploads are HTTP version independent#202
Acconut merged 1 commit intomainfrom
http-version

Conversation

@Acconut
Copy link
Copy Markdown
Member

@Acconut Acconut commented Jun 26, 2025

The tus resumable upload protocol has never really depended on a specific version of HTTP. However,
the text currently explicitly calls out support for HTTP/1.1 and HTTP/2, but also similarly works over HTTP/3.

This PR adjusts the specification to make this version independence clearer. In addition, it moves references to RFC 9110, which defines the version-independent HTTP semantics.

Closes #183.

@Acconut Acconut self-assigned this Jun 26, 2025
@Acconut Acconut merged commit 30698e1 into main Jun 26, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support http/3

1 participant