From 1aa5acda7cbbfa00a6b4cde56c6963fa684f391b Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Fri, 4 Aug 2023 19:39:32 +0200 Subject: New HTTP backend. --- extra/http/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 extra/http/README (limited to 'extra/http/README') 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. + + -- cgit v1.2.3