webhook library
Support for doing something awesome.
More dartdocs go here.
Classes
- HookContext
- A per-request context passed to a HookHandler.
- HookOptions
- Runtime behavior options for a single webhook.
- RunResult
- Result of a script execution.
- ScriptSpec
- Script execution specification.
- Webhook
- Defines a webhook endpoint and its handler.
- WebhookServer
- A lightweight webhook server that routes requests by exact path + method.
- WebhookServerOptions
- Configuration for the HTTP server that hosts webhook endpoints.
Typedefs
-
HookHandler
= Future<
void> Function(HookContext ctx) - A request handler invoked when a webhook route matches an incoming HTTP request.