Browse Source

Enhanced htlog.cgi documentation explaining use of parameters

Alois Mahdal 12 years ago
parent
commit
3c2cfc099c
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      README.md

+ 5
- 1
README.md View File

@@ -5,7 +5,11 @@ My favorite tiny Perl scripts for development and testing.
5 5
 
6 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 15
 ##htlogger.pm##