You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
Originally we took the go-ipfs (now kubo) implementation of the gateway as the baseline of what's expected from a gateway. Since then this spec came out and we should aim to comply with it as much as possible (which will also lead us to sand down some of our rough edges).
From the spec so far we're missing:
HEAD support
Proper ETag and Cache control handling
Support for Range header/reqs
Review Accept-Headers
Double check Service-Worker handling
Align/simplify request url ?params
Audit response headers
Adjust responses and response codes to be in line with spec
Issues we already have that cross over into it or are appropriate improvements:
Originally we took the
go-ipfs
(nowkubo
) implementation of the gateway as the baseline of what's expected from a gateway. Since then this spec came out and we should aim to comply with it as much as possible (which will also lead us to sand down some of our rough edges).From the spec so far we're missing:
HEAD
supportRange
header/reqsAccept-Headers
Service-Worker
handling?params
Issues we already have that cross over into it or are appropriate improvements:
Punting due to other priorities:
Potential extensions:
The text was updated successfully, but these errors were encountered: