From 80d251eab41896ace089e165388de98c15ab77da Mon Sep 17 00:00:00 2001 From: Johannes Frey Date: Tue, 10 Nov 2015 18:59:03 +0100 Subject: [PATCH] Add description for the :params option --- lib/httpoison/base.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/httpoison/base.ex b/lib/httpoison/base.ex index bf76b2d..5ce21b7 100644 --- a/lib/httpoison/base.ex +++ b/lib/httpoison/base.ex @@ -133,6 +133,7 @@ defmodule HTTPoison.Base do * `:ssl` - SSL options supported by the `ssl` erlang module * `:follow_redirect` - a boolean that causes redirects to be followed * `:max_redirect` - an integer denoting the maximum number of redirects to follow + * `:params` - an enumerable consisting of two-item tuples that will be appended to the url as query string parameters Timeouts can be an integer or `:infinity`