We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1807d23 commit 058bddcCopy full SHA for 058bddc
lib/tesla/adapter/finch.ex
@@ -39,6 +39,12 @@ if Code.ensure_loaded?(Finch) do
39
## Adapter specific options
40
41
* `:name` - The `:name` provided to Finch (**required**).
42
+ * `:response` - Expected response type. Defines the Finch request type
43
+ to use. Supported values:
44
+ + `:stream` - Streams the response using `Finch.stream/5` for the
45
+ request.
46
+ + `nil` or not specified - Responds without streaming using
47
+ `Finch.request/3`.
48
49
## [Finch options](https://hexdocs.pm/finch/Finch.html#request/3)
50
0 commit comments