mirror of
https://github.com/httpie/cli.git
synced 2025-08-19 15:46:18 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d0fc10cf1a | ||
|
fe1d0b0a1e | ||
|
f133dbf22c | ||
|
9d93b07a9d | ||
|
761cdbf8be |
@@ -692,13 +692,13 @@ They can be found on the `Python Package Index <https://pypi.python.org/pypi?%3A
|
|||||||
Here's a few picks:
|
Here's a few picks:
|
||||||
|
|
||||||
* `httpie-api-auth <https://github.com/pd/httpie-api-auth>`_: ApiAuth
|
* `httpie-api-auth <https://github.com/pd/httpie-api-auth>`_: ApiAuth
|
||||||
* `httpie-aws-auth <https://github.com/jkbrzt/httpie-aws-auth>`_: ApiAuth
|
* `httpie-aws-auth <https://github.com/httpie/httpie-aws-auth>`_: AWS / Amazon S3
|
||||||
* `httpie-edgegrid <https://github.com/akamai-open/httpie-edgegrid>`_: EdgeGrid
|
* `httpie-edgegrid <https://github.com/akamai-open/httpie-edgegrid>`_: EdgeGrid
|
||||||
* `httpie-hmac-auth <https://github.com/guardian/httpie-hmac-auth>`_: HMAC
|
* `httpie-hmac-auth <https://github.com/guardian/httpie-hmac-auth>`_: HMAC
|
||||||
* `httpie-jwt-auth <https://github.com/teracyhq/httpie-jwt-auth>`_: JWTAuth (JSON Web Tokens)
|
* `httpie-jwt-auth <https://github.com/teracyhq/httpie-jwt-auth>`_: JWTAuth (JSON Web Tokens)
|
||||||
* `httpie-negotiate <https://github.com/ndzou/httpie-negotiate>`_: SPNEGO (GSS Negotiate)
|
* `httpie-negotiate <https://github.com/ndzou/httpie-negotiate>`_: SPNEGO (GSS Negotiate)
|
||||||
* `httpie-ntlm <https://github.com/jkbrzt/httpie-ntlm>`_: NTLM (NT LAN Manager)
|
* `httpie-ntlm <https://github.com/httpie/httpie-ntlm>`_: NTLM (NT LAN Manager)
|
||||||
* `httpie-oauth <https://github.com/jkbrzt/httpie-oauth>`_: OAuth
|
* `httpie-oauth <https://github.com/httpie/httpie-oauth>`_: OAuth
|
||||||
* `requests-hawk <https://github.com/mozilla-services/requests-hawk>`_: Hawk
|
* `requests-hawk <https://github.com/mozilla-services/requests-hawk>`_: Hawk
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
# The latest Homebrew formula as submitted to Homebrew/homebrew-core.
|
# The latest Homebrew formula as submitted to Homebrew/homebrew-core.
|
||||||
# Only useful for testing until it gets accepted by homebrew maintainers.
|
# Only useful for testing until it gets accepted by homebrew maintainers.
|
||||||
|
# (It will need to be updated from the repo version before next release.)
|
||||||
#
|
#
|
||||||
# https://github.com/Homebrew/homebrew-core/blob/master/Formula/httpie.rb
|
# https://github.com/Homebrew/homebrew-core/blob/master/Formula/httpie.rb
|
||||||
#
|
#
|
||||||
@@ -7,8 +8,8 @@ class Httpie < Formula
|
|||||||
desc "User-friendly cURL replacement (command-line HTTP client)"
|
desc "User-friendly cURL replacement (command-line HTTP client)"
|
||||||
homepage "https://httpie.org/"
|
homepage "https://httpie.org/"
|
||||||
|
|
||||||
url "https://pypi.python.org/packages/10/cf/da63860ef92f9c90a5bd684d5f162067b26ef113b1c4afb9979c2f5c5a7a/httpie-0.9.7.tar.gz"
|
url "https://pypi.python.org/packages/85/95/7ccea3ae7fd1185e21629f6d14fa9c896d6250bb15fb492efa91edc741a2/httpie-0.9.8.tar.gz"
|
||||||
sha256 "6427c198c80b04e84963890261f29f1e3452b2b4b81e87a403bf22996754e6ec"
|
sha256 "515870b15231530f56fe2164190581748e8799b66ef0fe36ec9da3396f0df6e1"
|
||||||
|
|
||||||
head "https://github.com/jkbrzt/httpie.git"
|
head "https://github.com/jkbrzt/httpie.git"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user