文件名称:bjoern快速且超轻量级的HTTP11WSGI服务器
文件大小:40KB
文件格式:ZIP
更新时间:2022-08-29 20:21:18
Python开发-WSGI 服务器
用于CPython 2和CPython 3的快速,超轻量级WSGI服务器,使用Marc Lehmann的高性能libev事件循环和Ryan Dahl的http解析器用C语言编写。
【文件预览】:
bjoern-master
----MANIFEST.in(70B)
----README.rst(2KB)
----.gitmodules(91B)
----requirements.txt(9B)
----LICENSE(2KB)
----.dir-locals.el(198B)
----http-parser()
----setup.py(2KB)
----Makefile(3KB)
----tests()
--------expect100.py(4KB)
--------slow_client.py(2KB)
--------env.py(194B)
--------not-callable.py(52B)
--------keep-alive-behaviour.py(6KB)
--------filewrapper.py(762B)
--------pure-req.py(1KB)
--------test_wsgi_compliance.py(944B)
--------slow_server.py(945B)
--------file.py(468B)
--------empty.py(98B)
--------hello_unix.py(204B)
--------listen.py(172B)
--------fork.py(635B)
--------204.py(106B)
--------all-kinds-of-errors.py(643B)
--------test_signal.py(263B)
--------test_exc_info_reference.py(575B)
--------huge.py(288B)
--------hello.py(805B)
--------headers.py(238B)
--------interrupt-during-request.py(688B)
--------reuse_port.py(1KB)
----.gitignore(54B)
----bjoern()
--------common.c(1KB)
--------common.h(2KB)
--------wsgi.h(221B)
--------portable_sendfile.h(148B)
--------py2py3.h(3KB)
--------wsgi.c(14KB)
--------request.h(1KB)
--------server.c(15KB)
--------filewrapper.c(2KB)
--------_bjoernmodule.c(2KB)
--------server.h(185B)
--------portable_sendfile.c(1KB)
--------filewrapper.h(332B)
--------request.c(12KB)
----bjoern.py(3KB)
----CHANGELOG(3KB)