README
This commit is contained in:
parent
d5bbc675c7
commit
792d08711a
12
README.md
12
README.md
|
@ -12,10 +12,14 @@ domains:
|
||||||
|
|
||||||
```
|
```
|
||||||
## Output
|
## Output
|
||||||
0 = regex is okay
|
|
||||||
W = request is okay, but not regex
|
| Code | Result |
|
||||||
30 = a http 30* recieved
|
|:----:|--------|
|
||||||
E = everything else
|
| 0 | regex is okay |
|
||||||
|
| 30 | a http 30* recieved |
|
||||||
|
| W | request is okay, but not regex |
|
||||||
|
| E | everything else "error" |
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
+-----------------------------+------+------+----------+----------+
|
+-----------------------------+------+------+----------+----------+
|
||||||
|
|
Loading…
Reference in New Issue