We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96276f4 commit fe9a3b8Copy full SHA for fe9a3b8
README.md
@@ -90,7 +90,7 @@ wget $(tusc -H 0:1080 -f ww.mp4 -L -S -C | cut -c 6-999) -O ww.mp4.1
90
91
If your tusd server requires special header or token for auth, just pass in `[curl args]`:
92
```sh
93
-tusc -H 0:1080 -f ww.mp4 -b /store/ -- -H 'Authorization: Bearer <token>'
+tusc -H 0:1080 -f ww.mp4 -b /store/ -- -H "'Authorization: Bearer <token>'" -H "'x-key: value'"
94
```
95
96
In fact you can pass in anything after `--` as extra curl parameter.
0 commit comments