瀏覽代碼

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