RangerMauve / hypercore-fetch

Implementation of Fetch that uses the Hyper SDK for loading p2p content
MIT License
36 stars 12 forks source link

Attempts to modify old version should return `405` #79

Closed josephmturner closed 1 year ago

josephmturner commented 1 year ago

Currently, PUT/DELETE to a file inside hyper://PUBLIC-KEY/$/version/ returns status 404. This merge request changes the response status to 405.