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
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,12 @@ This is a parser for the IPFS Web Gateway's `_redirects` file format.
4
4
5
5
## Specification
6
6
7
-
Follow specification work at https://github.com/ipfs/specs/pull/290
7
+
This repository implements [Web _redirects File Specification](https://specs.ipfs.tech/http-gateways/web-redirects-file/) from <https://specs.ipfs.tech/http-gateways/web-redirects-file/>.
8
+
9
+
For historical discussion see [ipfs/specs#290](https://github.com/ipfs/specs/pull/290) and [IPIP-0002: _redirects File Support on Web Gateways](https://specs.ipfs.tech/ipips/ipip-0002/).
8
10
9
11
## Format
12
+
10
13
Currently only supports `from`, `to` and `status`.
0 commit comments