HttpServers:Python3 HTTPS Web服务器类

时间:2024-06-08 10:58:31
【文件属性】:

文件名称:HttpServers:Python3 HTTPS Web服务器类

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-08 10:58:31

Python

HttpServers(Python3) 使用Python3标准库的HTTPS / HTTP Web服务器类。 使用CGI作为WebGUI界面的项目的后代。 用法 HTTP Web服务器(ip ='localhost',port = 8000): HttpServers().start() 具有CGI(ip ='localhost',port = 8000)的HTTP Web服务器: HttpServers(use_cgi=True).start() HTTPS Web服务器(ip ='localhost',端口= 1443): HttpServers(use_ssl=True).start() 具有CGI(ip ='localhost',端口= 1443)的HTTPS Web服务器: HttpServers(use_ssl=True, use_cgi=True).sta


【文件预览】:
HttpServers-master
----HttpServers.py(7KB)
----README.md(1KB)

网友评论