POST
request like "hyper://localhost/?key=NAME". No body is necessary, but plz.el doesn't currently support empty POST
requests. See https://github.com/alphapapa/plz.el/issues/16POST
request like the previous point to get the full public key. Then, we use that public key in the request.GET
request to hyper://localhost/?key=
, which should always return a status 400 error when hyper-gateway is running.The upgrade process also requires resolving #15.
EDIT: Resolved!
To catch errors in accessing public keys for namespaces which haven't been created yet, we need to resolve https://github.com/RangerMauve/hypercore-fetch/issues/39 and also https://github.com/alphapapa/plz.el/issues/18
EDIT: resolved!
I think it is not necessary to warn users on attempts to recursively delete a directory since it's possible to go back to a prior version.