require a valid uuid at the end of an annex+http url
This commit is contained in:
parent
75b1d50b99
commit
2aa9154b1f
3 changed files with 32 additions and 12 deletions
|
@ -9,8 +9,10 @@ connection (mostly). This is a translation of that protocol to HTTP.
|
|||
|
||||
To indicate that an url uses this protocol, use
|
||||
`annex+http` or `annex+https` as the url scheme. Such an url uses
|
||||
port 9417 by default, although another port can be specified. For example,
|
||||
`annex+http://example.com/` or `annex+http://example.com:80/`
|
||||
port 9417 by default, although another port can be specified.
|
||||
The last part of the path of such an url is always the repository uuid.
|
||||
For example, `annex+http://example.com/git-annex/$uuid` or
|
||||
`annex+http://example.com:80/git-annex/$uuid`
|
||||
|
||||
## base64 encoding of keys, uuids, and filenames
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue