20

apache 基准 postfile 的正确格式是什么?

4

1 回答 1

18

没关系,我找到了答案:

-p POST 文件 包含程序将在任何 HTTP POST 请求中发送到 Apache 服务器的数据的文件。文件的内容应该看起来像 name=value&something=other,带有特殊字符的 URL 编码。

http://httpd.apache.org/docs/2.4/programs/ab.html

于 2008-11-13T16:42:21.830 回答