Преглед на файлове

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