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