mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Document supported headers on transfer.sh #297
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcelstoer on GitHub.
One example on https://transfer.sh/ uses
-H "Max-Downloads: 1" -H "Max-Days: 5". I can guess what those headers do but it would be nice if they were properly documented somewhere. Suggestion: README.md.@marcelstoer commented on GitHub:
I would if I knew the answers. However, since I would have to dig into a code base of a language I'm not familiar with this wouldn't be effective at all.
@paolafrancesca commented on GitHub:
fixed with #225
@paolafrancesca commented on GitHub:
@marcelstoer yes, I planned to add the full documentation of the supported headers in request and response in the README.md but I haven't had time yet. Feel free to open a PR for it