Giter VIP home page Giter VIP logo

Comments (2)

blyxxyz avatar blyxxyz commented on May 21, 2024 5

It would be good to have this in the README, yeah.

My reason for using it is its speed. HTTPie unfortunately has a long startup time, enough to be annoying. xh can be 10+ times as fast on requests to localhost, or even 50+ times if you disable coloring (which is weirdly expensive).

Other advantages over HTTPie:

  • It releases as a single statically linked binary, so it's easier to install and carry around.
  • It supports HTTP/2 (without a plugin).
  • It has a builtin translator to curl like https://curl2httpie.online/ (#69).
  • --help's output fits on your screen. (help gives longer output, like HTTPie's.)

Downsides:

  • It doesn't have all of HTTPie's features.
  • You can't disable HTTP/2 (#68), and large downloads over HTTP/2 perform badly (#49). (A solution has been merged in reqwest so we can fix the download speed after its next release.)
  • It may never have anything like HTTPie's plugin system.
  • General immaturity. HTTPie has seen a lot of real-world usage, that's hard to beat.
  • Worse documentation. HTTPie's docs are very impressive, and you can even try out commands right on the webpage using termible. (Maybe we could do that by compiling to WebAssembly?)

Differences:

  • Headers are sent and printed in lowercase (because of the libraries used).

I can't think of any (important) deliberate incompatibilities with HTTPie. There are a few edge cases it handles differently, but they should only come up rarely.

from xh.

ducaale avatar ducaale commented on May 21, 2024

One more advantage xh has over HTTPie is that it uses rustls instead of the system's installed TLS library.

from xh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.