I just published a first release of a new console app called htty. I like to think it’s something of a cross between curl and the Lynx browser.<p>Some bullet points:<p>* Intuitive commands and command aliases
* Support for familiar HTTP methods GET, POST, PUT, and DELETE, as well as HEAD, OPTIONS and TRACE
* Automatic URL-encoding of query-string parameters and URL fragments
* Transcripts, both verbose and summary
* Dead-simple cookie handling and redirect following
* Built-in help<p>Why do this when the admirable Node.js-based http-console exists? To begin with, not everybody is into Node yet, and so installing http-console is not as simple as 'gem install htty'. Furthermore, http-console's spare UI is not as full-featured as it might be.<p>I have some killer features in mind for the near future. Fork and contribute!
Why do this when the admirable Node.js-based http-console exists?<p>To begin with, not everybody is into Node yet, and so installing http-console is not as simple as 'gem install htty'.<p>Furthermore, http-console's spare UI is not as full-featured as it might be.<p>I have some killer features in mind for the near future.<p>Fork and contribute!
So, basically <a href="http://search.cpan.org/dist/WWW-Mechanize-Shell" rel="nofollow">http://search.cpan.org/dist/WWW-Mechanize-Shell</a> then. Congratulations, your new wheel is round and shiny.
Fantastic, I was hoping someone would implement the concept for all the ruby developers out there! I love the history feature too, I might have to steal it ;>