Current section
Files
Jump to
Current section
Files
include/atproto@oauth@core@effect_Fetch.hrl
-record(fetch, {
request :: gleam@http@request:request(binary()),
next :: fun(({ok, gleam@http@response:response(binary())} |
{error, atproto@xrpc:transport_error()}) -> atproto@oauth@core@effect:effect(any()))
}).