HTTPie: a CLI, cURL-like tool for humans
21–30 of 53 posts
Re: HTTPie: a CLI, cURL-like tool for humans
#22I discovered HTTPie a few years back and it has completely replaced curl/wget during our API development and testing.
Re: HTTPie: a CLI, cURL-like tool for humans
#23Is there anything similar for GUI users? The standalone application form of Postman is popular with some coworkers for general HTTP work as is Fiddler on Windows.
Re: HTTPie: a CLI, cURL-like tool for humans
#24 $ http put url key1=val1 key2=val2
If one of the fields is a larger nested object can use := $ http put url key1=simpleval1 key2:='{literaljson...}'Re: HTTPie: a CLI, cURL-like tool for humans
#25Re: HTTPie: a CLI, cURL-like tool for humans
#26Re: HTTPie: a CLI, cURL-like tool for humans
#27I've been using HTTPie a lot more recently. It really takes the tedium out of using curl and I can produce color coded output for people. However, I am still finding myself in situations where I can't figure out how to induce the correct request. In other words, the user friendliness of being able to do things like construct JSON from parameters is great until it isn't. Is there anything similar for GUI users? The st…
Re: HTTPie: a CLI, cURL-like tool for humans
#28I really like this because by default it gives all of the http headers and makes everything look really nice. Curl still has its place, and I wouldn't dream of replacing it, but I would definitely use this as a sort of command line shortcut. Cool project.
Re: HTTPie: a CLI, cURL-like tool for humans
#29Earlier quoted context omitted.
Rephrase: If this was implemented with libcurl and bundled with cURL it would no longer need to exist as a separate project because cURL would develop and support it. Does that make more sense?
I think I understand what you're saying, but all it would be is a change of ownership/packaging. httpie is only an interface to lower level libraries which already exist (requests and therefore urllib3). Whether it's an interface to requests or to libcurl matters fairly little. It'd be quite a drag if it were to libcurl in fact because syntax highlighting would be a lot harder, for example.
Re: HTTPie: a CLI, cURL-like tool for humans
#30I've been using HTTPie a lot more recently. It really takes the tedium out of using curl and I can produce color coded output for people. However, I am still finding myself in situations where I can't figure out how to induce the correct request. In other words, the user friendliness of being able to do things like construct JSON from parameters is great until it isn't. Is there anything similar for GUI users? The st…
If you are on OS X, you should try Paw [0]. It's like Postman but with native GUI and lots of options. I use it everyday. [0] https://luckymarmot.com/paw