Explorar el Código

Enhanced htlog.cgi documentation explaining use of parameters

Alois Mahdal hace 14 años
padre
commit
3c2cfc099c
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      README.md

+ 5
- 1
README.md Ver fichero

5
 
5
 
6
 ##htlog.cgi##
6
 ##htlog.cgi##
7
 
7
 
8
-Collects GET requests with parameters *msg* and *tag* and logs them into single text file
8
+Collects GET requests with parameters *msg*, *tag* and *i* and logs them into single text file.
9
+
10
+*   *msg* is actual message body. It can be used to contain parseable data 
11
+    like `name=john;age=32;state=il;`
12
+*   *tag* can be used to identify related messages like those from one test
9
 
13
 
10
 
14
 
11
 ##htlogger.pm##
15
 ##htlogger.pm##