Real HTTP from the command line is 'telnet localhost 80'.
Uses for cURL
41–50 of 75 posts
Re: Uses for cURL
#42Thanks for making this!
Re: Uses for cURL
#43Chrome: "Postman" extension
Firefox: "REST Client" addon
...both great utilities for creating and saving any HTTP request you need.
Re: Uses for cURL
#44And if you prefer Ruby, try out htty: https://github.com/htty/htty
Re: Uses for cURL
#45Re: Uses for cURL
#46Re: Uses for cURL
#47I'm sure there must be other sites documenting this too, but that's a very well written and prioritized bit of documentation - nicely done. Your echo service is pretty nifty too.
It is. One thing I just noticed though, the echo service indicates that docs are available at http://httpkit.com/echo but that URI is a 404.
Re: Uses for cURL
#48I'm pretty frustrated with sites that don't just have a basic two column layout. Is this a template theme? Otherwise why would you waste so much time on a left column that reflows and messes up the browser experience? Or better yet why not test this on an actual mobile browser?
I am not trying to harp on this site or the author specifically because there are certainly other offenders. This site though is quite annoying because once you finally think yougot that stupid menu out of the way, BOOM it pops right back an ruins the site again.
This is both a rant and a notice to the author since most people probably got too fed up to tell him about this problem.
Re: Uses for cURL
#49Why do people like cURL? I've regularly found it to have stupid defaults compared to wget. Is it because it's default on Mac and wget isn't?
Re: Uses for cURL
#50If you're on windows and don't feel like using the commandline you can click around in Fiddler to achieve similar things. The help is much shorter http://www.fiddler2.com/fiddler/help/composer.asp I wasn't able to change the Host header successfully, though. A workaround is needed: https://groups.google.com/forum/?fromgroups=#!topic/httpfidd...
Just install gow ( https://github.com/bmatzelle/gow ) and you'll be able to run all of those examples as intended. The command line becomes very pleasant on Windows after that one little install. It's very lightweight and well designed.