server library

Classes

Portable
Portable == Python Protocol with async start/stop
ServiceHost
ServiceHost equivalent
ServicePath<T extends Portable>
Equivalent of ServicePath
ServiceWebhookServer

Constants

wellKnownServicePath → const String

Properties

logger → Logger
final

Functions

sendWebhook(Client client, {required String url, required String event, required Map<String, dynamic> data, String? secret, Map<String, String>? headers}) Future<void>
Equivalent of send_webhook
signSha256Jwt(String hashHex, String secret) String