码迷,mamicode.com
首页 > 其他好文 > 详细

requests

时间:2017-05-15 19:57:57      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:class   获取   sts   delete   pos   put   requests   time   option   

Requests用于获取请求  (get,put.delete,head,options,post)

r=requests.put("http://httpbin.org/put")
r=requests.delete("http://httpbin.org/delete")
r=requests.head("http://httpbin.org/get")
r=requests.options("http://httpbin.org/ge")
r=requests.get(https://github.com/timeline.json)
r=requests.post("http://httpbin.org/post")

loading

requests

标签:class   获取   sts   delete   pos   put   requests   time   option   

原文地址:http://www.cnblogs.com/levi-ji/p/6857601.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!