HttpIdentityResolver constructor
HttpIdentityResolver({})
Implementation
HttpIdentityResolver({
this.handleResolver = 'https://public.api.bsky.app',
this.plcDirectory = 'https://plc.directory',
final http.Client? httpClient,
this.allowedHosts,
this.allowPrivateNetwork = false,
this.timeout = const Duration(seconds: 10),
this.maxResponseBytes = 512 * 1024,
}) : _httpClient = httpClient;