文件名称:请求:一个简单而优雅的HTTP库
文件大小:3.57MB
文件格式:ZIP
更新时间:2024-02-24 10:43:39
python http client cookies requests
要求 请求是一个简单而优雅的HTTP库。 >> > import requests >> > r = requests . get ( 'https://api.github.com/user' , auth = ( 'user' , 'pass' )) >> > r . status_code 200 >> > r . headers [ 'content-type' ] 'application/json; charset=utf8' >> > r . encoding 'utf-8' >> > r . text '{"type":"User"...' >> > r . json ()
【文件预览】:
requests-master
----setup.py(3KB)
----.gitignore(250B)
----Makefile(818B)
----ext()
--------flower-of-life.jpg(15KB)
--------ss.png(363KB)
--------ss-compressed.png(363KB)
--------kr-compressed.png(6KB)
--------LICENSE(51B)
--------requests-logo.png(188KB)
--------requests-logo.svg(863KB)
--------psf.png(14KB)
--------requests-logo-compressed.png(188KB)
--------kr.png(9KB)
--------psf-compressed.png(12KB)
--------requests-logo.ai(2.09MB)
----MANIFEST.in(105B)
----LICENSE(10KB)
----setup.cfg(63B)
----.github()
--------ISSUE_TEMPLATE.md(393B)
--------SECURITY.md(4KB)
--------ISSUE_TEMPLATE()
--------CONTRIBUTING.md(3KB)
--------CODE_OF_CONDUCT.md(96B)
--------FUNDING.yml(52B)
--------workflows()
----requests()
--------compat.py(2KB)
--------sessions.py(29KB)
--------adapters.py(21KB)
--------packages.py(542B)
--------__init__.py(4KB)
--------__version__.py(441B)
--------status_codes.py(4KB)
--------_internal_utils.py(1KB)
--------hooks.py(757B)
--------models.py(34KB)
--------utils.py(30KB)
--------api.py(6KB)
--------structures.py(3KB)
--------cookies.py(18KB)
--------certs.py(453B)
--------help.py(3KB)
--------auth.py(10KB)
--------exceptions.py(3KB)
----README.md(2KB)
----tests()
--------compat.py(333B)
--------conftest.py(474B)
--------test_structures.py(2KB)
--------test_packages.py(229B)
--------test_lowlevel.py(11KB)
--------__init__.py(369B)
--------test_testserver.py(5KB)
--------testserver()
--------utils.py(391B)
--------test_utils.py(25KB)
--------test_requests.py(90KB)
--------test_hooks.py(444B)
--------test_help.py(866B)
----pytest.ini(102B)
----NOTICE(38B)
----.coveragerc(32B)
----AUTHORS.rst(8KB)
----HISTORY.md(49KB)
----docs()
--------_templates()
--------.nojekyll(1B)
--------Makefile(7KB)
--------api.rst(7KB)
--------index.rst(3KB)
--------conf.py(12KB)
--------_static()
--------make.bat(7KB)
--------user()
--------_themes()
--------dev()
--------community()
----requirements-dev.txt(93B)
----tox.ini(89B)