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