文件名称:python_webserver
文件大小:19KB
文件格式:ZIP
更新时间:2024-03-12 05:57:10
Python
python_webserver 第一部分 python_webserver.py 简单的网络服务器服务于简单的hello世界。 $ python python_webserver.py $ curl本地主机:8888 第二部分 python_webserver2.py 简单的Web服务器,能够提供来自differentnet框架的内容。 金字塔 烧瓶 詹戈 海关总署 $ python python_webserver2.py pyramidapp:app $ python python_webserver2.py flaskapp:app $ python python_webserver2.py djangoapp:app $ python python_webserver2.py wsgiapp:app $ curl本地主机:8888 /你好
【文件预览】:
python_webserver-master
----python_webserver.py(589B)
----wsgiapp.py(322B)
----pyramidapp.py(362B)
----lsbaws()
--------bin()
--------pyvenv.cfg(75B)
----flaskapp.py(248B)
----python_webserver2.py(5KB)
----djangoapp.py(98B)
----.gitignore(2KB)
----README.md(581B)
----helloworld()
--------manage.py(629B)
--------helloworld()