Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jul 18, 2024
1 parent 0b7c23a commit d0366ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/req.ex
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,9 @@ defmodule Req do
{:cont, {req, resp}}
end
* `collectable` - stream response body into a `t:Collectable.t/0`.
* `collectable` - stream response body into a `t:Collectable.t/0`. For example:
into: File.stream!("path")
* `:self` - stream response body into the current process mailbox.
Expand Down

0 comments on commit d0366ef

Please sign in to comment.