Skip to content

Commit

Permalink
Merge pull request edgurgel#197 from markmeeus/master
Browse files Browse the repository at this point in the history
Correct :proxy comment mistake
  • Loading branch information
edgurgel authored Dec 7, 2016
2 parents 7291d3f + 5ac5b33 commit 707b4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/httpoison/base.ex
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ defmodule HTTPoison.Base do
* `:stream_to` - a PID to stream the response to
* `:async` - if given `:once`, will only stream one message at a time, requires call to `stream_next`
* `:proxy` - a proxy to be used for the request; it can be a regular url
or a `{Host, Proxy}` tuple
or a `{Host, Port}` tuple
* `:proxy_auth` - proxy authentication `{User, Password}` tuple
* `:ssl` - SSL options supported by the `ssl` erlang module
* `:follow_redirect` - a boolean that causes redirects to be followed
Expand Down

0 comments on commit 707b4e4

Please sign in to comment.