As easy as /aitch-tee-tee-pie/
-
Updated
Apr 19, 2022 - 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
httpcat is a simple utility for constructing raw HTTP requests on the command line.
JWTAuth (JSON Web Tokens) auth plugin for HTTPie
OAuth plugin for HTTPie
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.
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
Convert cURL command to HTTPie
Add the following tools:
For the following platforms:
AWS Auth v4 (API Gateway, Elasticsearch, etc) plugin for HTTPie
Amazing HTTP command-line tool powered by .NET, inspired by 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.
Check your online information. Compatible with any HTTP compatible client is supported, including your browser, cURL, HTTPie, GNU Wget and FreeBSD fetch. Output available in HTML, plain text, JSON, XML and YAML.
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.