Преглед изворни кода

Enhanced htlog.cgi documentation explaining use of parameters

Alois Mahdal пре 12 година
родитељ
комит
3c2cfc099c
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5
    1
      README.md

+ 5
- 1
README.md Прегледај датотеку

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##