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
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,14 @@
1
1
# gateway-conformance
2
2
3
-
`gateway-conformance` is a tool designed to test if an IPFS Gateway implementation complies with the IPFS Gateway Specification correctly. The tool is distributed as a Docker image, as well as a GitHub Action(s).
4
-
5
-
[]()
6
-
7
-
## Table of Contents
3
+
> A tool designed to test if an IPFS Gateway implementation complies with the [IPFS Gateway Specification](https://specs.ipfs.tech/http-gateways/) correctly.
4
+
> Distributed as a Docker image, as well as a GitHub Action(s).
8
5
9
6
-[Commands](#commands)
10
-
-[test](#test)
7
+
-[`test`](#test)
11
8
-[Inputs](#inputs)
12
9
-[Subdomain Testing and `subdomain-url`](#subdomain-testing-and-subdomain-url)
13
10
-[Usage](#usage)
14
-
-[extract-fixtures](#extract-fixtures)
11
+
-[`extract-fixtures`](#extract-fixtures)
15
12
-[Inputs](#inputs-1)
16
13
-[Outputs](#outputs)
17
14
-[Usage](#usage-1)
@@ -27,7 +24,7 @@
27
24
28
25
### test
29
26
30
-
The `test` command is the main command of the tool. It is used to test a given IPFS Gateway implementation against the IPFS Gateway Specification.
27
+
The `test` command is the main command of the tool. It is used to test a given IPFS Gateway implementation against the [IPFS Gateway Specification](https://specs.ipfs.tech/http-gateways/).
31
28
32
29
#### Inputs
33
30
@@ -317,4 +314,4 @@ Please let us know if you would like to see this feature implemented directly in
317
314
- How to deal with subdomains & configuration (t0114 for example)?
318
315
- Some test relies on querying URLs like `http://$CIDv1.ipfs.example.com/`. While `http://$CIDv1.ipfs.localhost/` works by default, do we need / want to test with `.example.com`?
319
316
- Debug logging
320
-
- Set the environment variable `GOLOG_LOG_LEVEL="conformance=debug"` to toggle debug logging.
317
+
- Set the environment variable `GOLOG_LOG_LEVEL="conformance=debug"` to toggle debug logging.
0 commit comments