This commit is contained in:
Martin Geno 2016-02-08 15:24:50 +01:00
parent d5bbc675c7
commit 792d08711a
1 changed files with 8 additions and 4 deletions

View File

@ -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" |
``` ```
+-----------------------------+------+------+----------+----------+ +-----------------------------+------+------+----------+----------+