diff options
| author | Piotr Szarmanski | 2023-08-04 19:39:32 +0200 |
|---|---|---|
| committer | Piotr Szarmanski | 2023-08-04 19:39:32 +0200 |
| commit | 1aa5acda7cbbfa00a6b4cde56c6963fa684f391b (patch) | |
| tree | 96e3399e1673ad80db5027121804786889e62688 /extra/http/README | |
| parent | 6b3457b35cbcea4e28d3482263a36ae6db39fc8f (diff) | |
New HTTP backend.
Diffstat (limited to 'extra/http/README')
| -rw-r--r-- | extra/http/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/http/README b/extra/http/README new file mode 100644 index 0000000..8dba5ab --- /dev/null +++ b/extra/http/README @@ -0,0 +1,14 @@ +This is an implementation of ERIS over HTTP [https://eris.codeberg.page/eer/http.xml]. + +In addition to the barebones specification, the following extensions are implemented: + +1. Uploading blocks. Users authorized with the standard basic HTTP authorization +can POST a block in order to upload it to the server, remotely. + +2. When accessing entire URNs, one can also specify the MIMETYPE as an additional query parameter: + +GET /uri-res/N2R?urn:eris:...&type=text/html + +This can be used to directly access the content in a web browser. + + |
