Skip to content

Commit

Permalink
Merge pull request #95 from johannesfrey/description-for-params-option
Browse files Browse the repository at this point in the history
Add description for the :params option
  • Loading branch information
edgurgel committed Nov 10, 2015
2 parents 82dad16 + 80d251e commit 87aabe1
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 87aabe1

Please sign in to comment.