curlie icon indicating copy to clipboard operation
curlie copied to clipboard

The power of curl, the ease of use of httpie.

Results 28 curlie issues
Sort by recently updated
recently updated
newest added

For many tools I desire behavior like `less`'s `--quit-if-one-screen`. So, if output fills more than one screen, page it and don't spam my terminal with gobs of output. However, piping...

Normally curlie returns output like that (as expected): ``` [mateusz@arch curlie (fix)]$ curlie localhost:8080 HTTP/1.1 200 OK Date: Fri, 20 May 2022 19:35:04 GMT Content-Length: 30 Content-Type: text/plain; charset=utf-8 Hello...

It'd be helpful to have a .zip release for windows instead of a gzip tarball.

https://httpie.io/docs/cli/nested-json

when server send me `Transfer-Encoding: chunked` curlie can't print stream

``` Warning: Calling bottle :unneeded is deprecated! There is no replacement. Please report this issue to the rs/tap tap (not Homebrew/brew or Homebrew/core): /opt/homebrew/Library/Taps/rs/homebrew-tap/curlie.rb:6 ``` reference: https://apple.stackexchange.com/questions/429492/warning-calling-bottle-unneeded-is-deprecated-there-is-no-replacement

Should release a binary for Apple M1 processors and other arm/arm64 processors

curlie is fantastic, however sometimes it seems some errors are hidden. For example, curl shows: ```sh $ command curl -OL https://get-ghcup.haskell.org | sh curl: Remote file name has no length!...

It would be great to support the file embedding syntax from httpie. From the httpie docs: ``` '@' Form file fields (only with --form or --multipart): cv@~/Documents/CV.pdf cv@'~/Documents/CV.pdf;type=application/pdf' '=@' A...

In curl, it's surprisingly difficult to output some things, like request & response headers without the TLS negotiation (see e.g. [here](https://askubuntu.com/questions/1195252/how-to-get-curl-verbose-output-without-the-tls-negotiation)). HTTPie has a useful `-p / --print` flag, I...