HTTPie: A cURL-like tool for humans
github.com
HTTPie: A cURL-like tool for humans
1–10 of 88 posts
Re: HTTPie: A cURL-like tool for humans
#2This is a great idea. Sometimes when something is not working the last thing I want to do is poor through the curl man page before I can even get started figuring it out.
Re: HTTPie: A cURL-like tool for humans
#3This is fantastic! Thank you!
Re: HTTPie: A cURL-like tool for humans
#4Re: HTTPie: A cURL-like tool for humans
#5It looks great! I see no reason to slight cURL, though. Its CLI was intended for humans.
Re: HTTPie: A cURL-like tool for humans
#6http://xkcd.com/927/
yeah, couldn't agree more
Re: HTTPie: A cURL-like tool for humans
#7http://xkcd.com/927/
Not applicable. This is not a new standard; merely a new tool.
Re: HTTPie: A cURL-like tool for humans
#8Another alternative, in Ruby, is HTTY - https://github.com/htty/htty
Re: HTTPie: A cURL-like tool for humans
#9I'd also recommend Curlish (http://packages.python.org/curlish/). It performs nice JSON highlighting and also handles OAuth 2.0 token authentication.
It simply wraps curl(1), so all of the familiar arguments and recipes continue to work just fine, as well.
Re: HTTPie: A cURL-like tool for humans
#10I was looking for something like this a while back and found a useful firefox plugin called Poster (https://addons.mozilla.org/en-us/firefox/addon/poster/). It's useful for testing a RESTful api without creating any front-end code to handle the requests. Or anything you can do with cURL just simpler.