文件名称:httptools:快速HTTP解析器
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-02 08:36:19
Python
httptools是nodejs HTTP解析器的Python绑定。 该软件包可在PyPI上找到: pip install httptools 。 蜜蜂 httptools包含两个类httptools.HttpRequestParser , httptools.HttpResponseParser (通过实现)和一个用于解析URL httptools.parse_url的函数(目前通过 )。 有关示例,请参见单元测试。 class HttpRequestParser : def __init__ ( self , protocol ): """HttpRequestParser protocol -- a Python object with the following methods (all optional):
【文件预览】:
httptools-master
----MANIFEST.in(78B)
----.gitmodules(203B)
----vendor()
--------llhttp()
--------http-parser()
----pytest.ini(86B)
----.github()
--------workflows()
----httptools()
--------__init__.py(147B)
--------_version.py(575B)
--------parser()
----tests()
--------test_parser.py(19KB)
--------__init__.py(386B)
----LICENSE(1KB)
----setup.py(7KB)
----.gitignore(285B)
----Makefile(587B)
----README.md(3KB)