An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
I checked the .travis.yml file and it says the earliest Python version being checked is 2.6. I double-checked the docs and it looks like str.startswith has accepted tuples since 2.5.
I checked the
.travis.yml
file and it says the earliest Python version being checked is2.6
. I double-checked the docs and it looks likestr.startswith
has accepted tuples since2.5
.