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 when archive not writable, fix up response headers #3

Closed RangerMauve closed 3 years ago

RangerMauve commented 3 years ago

Closes #2

@DeltaF1 how does this look?

You get a 403 if you try to write somewhere that isn't writable. You get the list of allowed methods when you try a method that isn't allowed.