开发者

Python equivalent for HTTParty

开发者 https://www.devze.com 2023-03-21 04:41 出处:网络
I have created an API like project in Ruby on rails using HTTParty gem.Now my boss want me to do the same in Python and I don\'t know python.So I would like to know is there any equalent gem or defaul

I have created an API like project in Ruby on rails using HTTParty gem.Now my boss want me to do the same in Python and I don't know python.So I would like to know is there any equalent gem or default function in Python to generate http requests so easy as http开发者_如何学Carty.(Remember I am a n00b in python and I am learning even while am typing this question.)


Use requests. It is one of the best http handling libraries I have used between .Net, Ruby, and Python. It is dead simple.

0

精彩评论

暂无评论...
验证码 换一张
取 消