添加后台代理代码
This commit is contained in:
21
codes/agent/tools/HTTPRequest.ini
Normal file
21
codes/agent/tools/HTTPRequest.ini
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
|
||||
##################################################################
|
||||
|
||||
; 新的配置格式
|
||||
[global]
|
||||
; 请求总数
|
||||
count=1
|
||||
|
||||
[request0]
|
||||
; 请求类型, 只支持get和post
|
||||
type=post
|
||||
; 请求地址, 必须带上协议头(http://或https://)
|
||||
address=http://localhost/ext/Synchronize.php
|
||||
; 请求参数, 多个参数用&连接, 无需加入?
|
||||
parameter=processcount=200
|
||||
; 请求发送间隔, 单位毫秒
|
||||
interval=60000
|
||||
; 线程数
|
||||
thread=1
|
||||
|
||||
Reference in New Issue
Block a user