|
|
|
@ -940,6 +940,7 @@ def WebURLConnectDef(inMethodStr, inURLStr, inMatchTypeStr, inDef, inContentType
|
|
|
|
|
"UACBool": inUACBool
|
|
|
|
|
}
|
|
|
|
|
inGSettings["ServerDict"]["URLList"].append(lURLItemDict)
|
|
|
|
|
Server.BCURLUpdate()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def WebURLConnectFolder(inMethodStr, inURLStr, inMatchTypeStr, inFolderPathStr, inGSettings = None, inUACBool = None, inUseCacheBool= False):
|
|
|
|
@ -970,6 +971,7 @@ def WebURLConnectFolder(inMethodStr, inURLStr, inMatchTypeStr, inFolderPathStr,
|
|
|
|
|
"UseCacheBool": inUseCacheBool
|
|
|
|
|
}
|
|
|
|
|
inGSettings["ServerDict"]["URLList"].append(lURLItemDict)
|
|
|
|
|
Server.BCURLUpdate()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def WebURLConnectFile(inMethodStr, inURLStr, inMatchTypeStr, inFilePathStr, inContentTypeStr=None, inGSettings = None, inUACBool = None, inUseCacheBool = False):
|
|
|
|
@ -998,6 +1000,7 @@ def WebURLConnectFile(inMethodStr, inURLStr, inMatchTypeStr, inFilePathStr, inCo
|
|
|
|
|
"UseCacheBool": inUseCacheBool
|
|
|
|
|
}
|
|
|
|
|
inGSettings["ServerDict"]["URLList"].append(lURLItemDict)
|
|
|
|
|
Server.BCURLUpdate()
|
|
|
|
|
|
|
|
|
|
def WebListenCreate(inServerKeyStr="Default", inAddressStr="0.0.0.0", inPortInt=1024, inCertFilePEMPathStr=None, inKeyFilePathStr=None, inGSettings = None):
|
|
|
|
|
"""L+,W+: Настроить веб-сервер Оркестратора.
|
|
|
|
|