修改: Makefile

修改:     conf.h
	修改:     conf/cproxy.ini
	新文件:   conf/cproxy.ini.explain
	修改:     cproxy.c
	修改:     cproxy.h
	修改:     cproxy_help.h
	修改:     cproxy_request.c
	修改:     cproxy_request.h
This commit is contained in:
2019-02-16 17:28:47 +08:00
parent e0261c8942
commit a2f0dc3992
9 changed files with 93 additions and 42 deletions

8
conf/cproxy.ini.explain Normal file
View File

@@ -0,0 +1,8 @@
模块: [server], [http], [https]
[http]、[https]模块关键字: [M], [U], [V], [host], [port], \r, \n, \v, \f, \b, \t, \a. 如果原本请求头含有关键字也会被替换.
[M] 原请求方法
[U] 原请求url
[V] 原请求协议版本
[host] 原请求host
[port] 原请求端口