添加、修改、删除HTTP Header时增加通用Header提示

This commit is contained in:
刘祥超
2022-10-24 15:42:18 +08:00
parent 6a920f964f
commit bf597fe41c
11 changed files with 99 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
Tea.context(function () {
this.shouldReplace = false
this.headerName = ""
this.selectHeader = function (headerName) {
this.headerName = headerName
}
})