mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-18 21:24:58 +00:00
This adds support for the PATCH method in addition to the existing PUT method. Currently, a patch includes only files that have been added or modified, as well as placeholder files to indicate those that have been removed. This is not production ready, as I am hoping to create patches on a more granular level - i.e. just the modified bytes of each file. It would also make sense to track deletions using a metadata/manifest file in a hidden folder. It also adds early support of accessing files using a name rather than a signature or hash.