python关于httplib、httplib2、urllib、urllib2、request、socket库,发送http请求

来源:互联网 发布:知乎发表文章后找不到 编辑:程序博客网 时间:2024/05/17 09:45

http://sebug.net/paper/books/dive-into-python3/http-web-services.html

http://code.google.com/p/httplib2/wiki/Examples

https://docs.python.org/2/library/httplib.html

http://www.cnblogs.com/yuxc/archive/2011/08/01/2123995.html

https://docs.python.org/2/library/urllib2.html

https://docs.python.org/2/library/urllib.html

http://blog.csdn.net/imwhatiam/article/details/14446827

0 0