As easy as /aitch-tee-tee-pie/
-
Updated
Jul 8, 2021 - Python
{{ message }}
As easy as /aitch-tee-tee-pie/
An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
Hello Benito,
For a specific task I need a "bitwise exclusive or"-function, but I realized xidel doesn't have one. So I created a function for that.
I was wondering if, in addition to the EXPath File Module, you'd be interested in integrating the EXPath Binary Module as well. Then I can use bin:xor() instead (although for
Powerful, modern HTTP/REST client built on top of the Requests library
JWTAuth (JSON Web Tokens) auth plugin for HTTPie
httpcat is a simple utility for constructing raw HTTP requests on the command line.
OAuth plugin for HTTPie
Since the beginig of the times this project's name has been "Portainer Stack Utils", which describes what it is and what it does. In order to avoid possible future legal issues with Portainer registered trademark it should be renamed to something that does not include "Portainer". Also, it has evolved to include more than just "stacks", so the name should not limit to "Stack Utils". Whatever name
Flask restful service consists of register, login, logout, reset password and some data routes. It includes a few example routes based on user, admin, or super admin access.
AWS Auth v4 (API Gateway, Elasticsearch, etc) plugin for HTTPie
Add the following tools:
For the following platforms:
Convert cURL command to HTTPie
基于Python3+Flask二次开发的应用层框架
When user specified wrong auth provider (due to a typo or not), we need to return a good self-explaining error message, not fail with general KeyError.
httpie running in docker alpine (python3+pip3+alpine+httpie)
a little helper functions for bash and fish, which makes testing secured api little bit easier (for personal use only)
HTTP Signatures (https://tools.ietf.org/html/draft-cavage-http-signatures-07) auth plugin for HTTPie
I'd like to have translations of the messages to various languages.
Add a description, image, and links to the httpie topic page so that developers can more easily learn about it.
To associate your repository with the httpie topic, visit your repo's landing page and select "manage topics."
Re: @bitcrazed's comment rs/curlie#12 (comment):
Apparently Console can support colors, but we need a special syscall
SetConsoleModefor Windows to do so.I think Go's
x/sys/windowspackage exposes the necessaryGetConsoleModeandSetConsoleModesyscalls, so this should be doable.