Skip to content

Instantly share code, notes, and snippets.

@vayam
Created February 1, 2015 21:27
Show Gist options
  • Save vayam/774990b5919cc863dee7 to your computer and use it in GitHub Desktop.
Save vayam/774990b5919cc863dee7 to your computer and use it in GitHub Desktop.
POST /files
Response
Location: https;//tus.io/files/a
PUT /files/a/1 <-- follow single resumable upload rules
PUT /files/a/2
HEAD /files/a
Response:
MERGE:finale;1-100
POST /files
MERGE:finale;/files/a/1-100
Response:
Location: /files/a1
DELETE /files/a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment