You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/supabase/fetcher/request.ex
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -196,14 +196,15 @@ defmodule Supabase.Fetcher.Request do
196
196
197
197
@doc"""
198
198
Defines the request body to be sent, it can be a map, that will be encoded
199
-
with `Jason.encode_to_iodata!/1`, any `iodata` or a stream body in the pattern of `{:stream, Enumerable.t}`, although you will problably prefer to use the `upload/2`
199
+
with `encode_to_iodata!/1`, any `iodata` or a stream body in the pattern of `{:stream, Enumerable.t}`, although you will problably prefer to use the `upload/2`
200
200
function of this module to hadle body stream since it will handle file management, content headers and so on.
0 commit comments