webob:WSGI请求和响应对象

时间:2021-04-12 17:03:31
【文件属性】:
文件名称:webob:WSGI请求和响应对象
文件大小:295KB
文件格式:ZIP
更新时间:2021-04-12 17:03:31
Python Web对象 WebOb为HTTP请求和响应提供对象。 具体来说,它是通过包装请求环境和响应状态/ headers / app_iter(body)来实现的。 请求和响应对象为解析HTTP请求和形成HTTP响应提供了许多便利。 这两个对象都是可读写的:因此,WebOb也是创建HTTP请求和解析HTTP响应的好方法。 支持和文件 请访问以查看文档,报告错误并获得支持。 执照 WebOb是根据。 作者 WebOb由Ian Bicking撰写,目前由和一个小组成员维护。
【文件预览】:
webob-master
----MANIFEST.in(296B)
----README.rst(1KB)
----.coveragerc(143B)
----CHANGES.txt(4KB)
----pyproject.toml(625B)
----docs()
--------jsonrpc-example-code()
--------differences.txt(19KB)
--------conf.py(4KB)
--------license.txt(1KB)
--------wiki-example.txt(24KB)
--------file-example.txt(8KB)
--------whatsnew-1.6.txt(3KB)
--------wiki-example-code()
--------experimental()
--------changes.txt(116B)
--------comment-example-code()
--------api()
--------jsonrpc-example.txt(21KB)
--------whatsnew-1.8.txt(4KB)
--------file-example-code()
--------comment-example.txt(14KB)
--------Makefile(7KB)
--------doctests.py(741B)
--------whatsnew-1.5.txt(4KB)
--------whatsnew-1.7.txt(8KB)
--------index.txt(12KB)
--------reference.txt(31KB)
--------do-it-yourself.txt(26KB)
--------_static()
----rtd.txt(11B)
----.github()
--------workflows()
----tests()
--------test_misc.py(2KB)
--------test_transcode.py(2KB)
--------test_request.py(113KB)
--------test_acceptparse.py(226KB)
--------test_cookies_bw.py(569B)
--------test_etag.py(5KB)
--------test_client_functional.py(3KB)
--------test_cookies.py(25KB)
--------test_compat.py(6KB)
--------test_headers.py(3KB)
--------conftest.py(2KB)
--------test_byterange.py(3KB)
--------test_dec.py(10KB)
--------test_exc.py(17KB)
--------test_response.py(41KB)
--------test_datetime_utils.py(4KB)
--------test_util.py(1KB)
--------test_descriptors.py(26KB)
--------test_static.py(9KB)
--------performance_test.py(2KB)
--------test_in_wsgiref.py(3KB)
--------test_multidict.py(15KB)
--------test_cachecontrol.py(8KB)
--------test_client.py(9KB)
--------test_etag_nose.py(2KB)
----tox.ini(2KB)
----HISTORY.txt(54KB)
----src()
--------webob()
----setup.cfg(186B)
----setup.py(2KB)
----.gitignore(178B)
----RELEASING.rst(2KB)
----.flake8(2KB)
----contributing.md(4KB)

网友评论