From 5a6b65ecc6f21c99f3540ca985174cd3e4a5bbf6 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 22 Sep 2013 15:10:50 +0200 Subject: [PATCH] Added link to httpie-oauth. --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 1d368cc7..4c516a51 100644 --- a/README.rst +++ b/README.rst @@ -458,8 +458,8 @@ Any of the default headers can be overwritten. Authentication ============== -The currently supported authentication schemes are Basic and Digest (more to -come). There are two flags that control authentication: +The currently supported authentication schemes are Basic and Digest +(see `auth plugins`_ for more). There are two flags that control authentication: =================== ====================================================== ``--auth, -a`` Pass a ``username:password`` pair as @@ -514,11 +514,12 @@ Authorization information from your ``.netrc`` file is honored as well: [...] -------- -Plugins -------- +------------ +Auth Plugins +------------ * `httpie-ntlm `_ +* `httpie-oauth `_ =======