python-poster:数组发布支持的python海报

时间:2024-05-18 15:22:06
【文件属性】:

文件名称:python-poster:数组发布支持的python海报

文件大小:22KB

文件格式:ZIP

更新时间:2024-05-18 15:22:06

Python

## Array发布支持的python海报 该存储库位于 )上。 您可以发布这样的数组: #!/usr/bin/env python # -*- coding: utf-8 -*- from poster.encode import multipart_encode from poster.streaminghttp import register_openers import urllib2 def post(post_data): register_openers() datagen, headers = multipart_encode(post_data) request = urllib2.Request("http://127.0.0.1/test.php", datagen, headers) print urllib2.urlopen(re


【文件预览】:
python-poster-master
----.gitignore(44B)
----setup.cfg(478B)
----README.md(1KB)
----tests()
--------test_server.py(1KB)
--------test_streaming.py(6KB)
--------test_encode.py(12KB)
----docs()
--------poster.rst(156B)
--------conf.py(6KB)
--------index.rst(6KB)
--------poster.encode.rst(107B)
--------Makefile(2KB)
--------poster.streaminghttp.rst(128B)
----poster()
--------streaminghttp.py(8KB)
--------__init__.py(1KB)
--------encode.py(15KB)
----MANIFEST.in(37B)
----setup.py(1KB)

网友评论