getHostStatus method
Returns information about a specified upstream host, as consumed by the server. Implemented by relays.
Implementation
Future<XRPCResponse<SyncGetHostStatusOutput>> getHostStatus({
required String hostname,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoSyncGetHostStatus(
hostname: hostname,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);