From 927acc283e6a850d5a046db1c893190d85255429 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 9 Oct 2013 23:44:55 +0200 Subject: [PATCH] Added a link to the httpie-negotiate auth plugin by @ndzou. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 184ae969..7f1aa458 100644 --- a/README.rst +++ b/README.rst @@ -558,8 +558,9 @@ Authorization information from your ``~/.netrc`` file is honored as well: Auth Plugins ------------ -* `httpie-ntlm `_ -* `httpie-oauth `_ +* `httpie-oauth `_ - OAuth +* `httpie-negotiate `_ - NTLM (NT LAN Manager) +* `httpie-oauth `_ - SPNEGO (GSS Negotiate) =======