RangerMauve / hypercore-fetch

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

Change status code for unwriteable hyperdrives #2

Closed DeltaF1 closed 3 years ago

DeltaF1 commented 3 years ago

Consider changing the status code from 500 to 405 Method not Allowed (or 403 Unauthorized). 405 also returns which methods are allowed.