1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 10:00:18 +00:00

support copy requestbody

This commit is contained in:
astaxie
2013-07-08 23:12:31 +08:00
parent 2abe584bc5
commit 7bfb4126d7
4 changed files with 21 additions and 2 deletions

View File

@ -45,6 +45,7 @@ var (
HttpServerTimeOut int64
ErrorsShow bool
XSRFKEY string
CopyRequestBody bool
)
func init() {