wifiWebCfg.MicroWebSrv
所属パッケージ
クラス定義
_client
wifiWebCfg.MicroWebSrv._client
_response
wifiWebCfg.MicroWebSrv._response
クラスインスタンス
route
wifiWebCfg.MicroWebSrv.route = bound_method()
関数
GetMimeTypeFromFilename
wifiWebCfg.MicroWebSrv.GetMimeTypeFromFilename()
GetRouteHandler
wifiWebCfg.MicroWebSrv.GetRouteHandler()
HTMLEscape
wifiWebCfg.MicroWebSrv.HTMLEscape()
IsStarted
wifiWebCfg.MicroWebSrv.IsStarted()
SetNotFoundPageUrl
wifiWebCfg.MicroWebSrv.SetNotFoundPageUrl()
Start
wifiWebCfg.MicroWebSrv.Start()
Stop
wifiWebCfg.MicroWebSrv.Stop()
__init__
wifiWebCfg.MicroWebSrv.__init__()
_fileExists
wifiWebCfg.MicroWebSrv._fileExists()
_isPyHTMLFile
wifiWebCfg.MicroWebSrv._isPyHTMLFile()
_physPathFromURLPath
wifiWebCfg.MicroWebSrv._physPathFromURLPath()
_serverProcess
wifiWebCfg.MicroWebSrv._serverProcess()
_startThread
wifiWebCfg.MicroWebSrv._startThread()
_unquote
wifiWebCfg.MicroWebSrv._unquote()
_unquote_plus
wifiWebCfg.MicroWebSrv._unquote_plus()
定数
__bases__
wifiWebCfg.MicroWebSrv.__bases__ = tuple((<class 'object'>,))
__module__
wifiWebCfg.MicroWebSrv.__module__ = str('MicroWebSrv.microWebSrv')
__name__
wifiWebCfg.MicroWebSrv.__name__ = str('MicroWebSrv')
__qualname__
wifiWebCfg.MicroWebSrv.__qualname__ = str('MicroWebSrv')
_docoratedRouteHandlers
wifiWebCfg.MicroWebSrv._docoratedRouteHandlers = list([])
_html_escape_chars
wifiWebCfg.MicroWebSrv._html_escape_chars = dict({'<': '<', '"': '"', '&': '&', "'": ''', '>': '>'})
_indexPages
wifiWebCfg.MicroWebSrv._indexPages = list(['index.pyhtml', 'index.html', 'index.htm', 'default.pyhtml', 'default.html', 'default.htm'])
_mimeTypes
wifiWebCfg.MicroWebSrv._mimeTypes = dict({'.woff2': 'font/woff2', '.csv': 'text/csv', '.jpg': 'image/jpeg', '.jpeg': 'image/jpeg', '.png': 'image/png', '.svg': 'image/svg+xml', '.xhtml': 'application/xhtml+xml', '.txt': 'text/plain', '.ico': 'image/x-icon', '.gif': 'image/gif', '.html': 'text/html', '.zip': 'application/zip', '.pdf': 'application/pdf', '.json': 'application/json', '.xml': 'application/xml', '.ts': 'application/typescript', '.woff': 'font/woff', '.otf': 'font/otf', '.css': 'text/css', '.ttf': 'font/ttf', '.htm': 'text/html', '.js': 'application/javascript'})
_pyhtmlPagesExt
wifiWebCfg.MicroWebSrv._pyhtmlPagesExt = str('.pyhtml')