From 5019c8981ef2085997ed2f14621eb5a8e37e584d Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 1 Oct 2022 18:13:51 -0600 Subject: [PATCH] link to Request docs --- lib/httpoison/base.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/httpoison/base.ex b/lib/httpoison/base.ex index 45f42be..84f0161 100644 --- a/lib/httpoison/base.ex +++ b/lib/httpoison/base.ex @@ -299,7 +299,7 @@ defmodule HTTPoison.Base do end @doc ~S""" - Issues an HTTP request using a `Request` struct. + Issues an HTTP request using an `HTTPoison.Request` struct. This function returns `{:ok, response}`, `{:ok, async_response}`, or `{:ok, maybe_redirect}` if the request is successful, `{:error, reason}` otherwise.