Added a link to the httpie-negotiate auth plugin by @ndzou II.

This commit is contained in:
Jakub Roztocil 2013-10-09 23:46:55 +02:00
parent 927acc283e
commit 0e267d8efa

View File

@ -558,9 +558,9 @@ Authorization information from your ``~/.netrc`` file is honored as well:
Auth Plugins
------------
* `httpie-oauth <https://github.com/jkbr/httpie-oauth>`_ - OAuth
* `httpie-negotiate <https://github.com/ndzou/httpie-negotiate>`_ - NTLM (NT LAN Manager)
* `httpie-oauth <https://github.com/jkbr/httpie-oauth>`_ - SPNEGO (GSS Negotiate)
* `httpie-oauth <https://github.com/jkbr/httpie-oauth>`_: OAuth
* `httpie-ntlm <https://github.com/jkbr/httpie-ntlm>`_: NTLM (NT LAN Manager)
* `httpie-negotiate <https://github.com/ndzou/httpie-negotiate>`_: SPNEGO (GSS Negotiate)
=======