Skip to content

Commit

Permalink
Add description for the :params option
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesfrey committed Nov 10, 2015
1 parent 82dad16 commit 80d251e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/httpoison/base.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 80d251e

Please sign in to comment.