Htty is a console application for interacting with HTTP servers.
1–10 of 24 posts
Re: Htty is a console application for interacting with HTTP servers.
#2I haven't tried it yet, but it looks like it could make some things easier. I look forward to using it.
Re: Htty is a console application for interacting with HTTP servers.
#3There is also http://github.com/cloudhead/http-console which is based on node.js.
Re: Htty is a console application for interacting with HTTP servers.
#4earlier discussion: http://news.ycombinator.com/item?id=1667951
Re: Htty is a console application for interacting with HTTP servers.
#5I use http://ditchnet.org/httpclient/ for an OS X HTTP client.
Re: Htty is a console application for interacting with HTTP servers.
#6There is also http://github.com/cloudhead/http-console which is based on node.js.
I’m a big http-console fan. It was the inspiration for my htty project.
Re: Htty is a console application for interacting with HTTP servers.
#7is this something one would use to play with API requests?
Re: Htty is a console application for interacting with HTTP servers.
#8sounds like a solution looking for a problem.
Re: Htty is a console application for interacting with HTTP servers.
#9Holy crap, yes please! I literally need an interactive HTTP client like this RIGHT NOW. Thanks!
I've been dealing with a really hairy, picky quasi-RESTful API in Objective C, and it can be extremely hard to differentiate between a bug in my code and a bug in the API at times. Having an interactive console like this is going to save me a huge amount of time and hassle. Thank you so much for writing this!
Re: Htty is a console application for interacting with HTTP servers.
#10sounds like a solution looking for a problem.
um yeah - what's wrong with plan ole http? curl has never come up short.