Packages
The shared sans-io core of the gleam-atproto client packages: XRPC error vocabulary and response handling, plus the OAuth effect kernel.
Current section
Files
Jump to
Current section
Files
include/atproto_core@oauth@effect_FetchBits.hrl
-record(fetch_bits, {
request :: gleam@http@request:request(bitstring()),
next :: fun(({ok, gleam@http@response:response(bitstring())} |
{error, atproto_core@xrpc:transport_error()}) -> atproto_core@oauth@effect:effect(any()))
}).