import java.net.URI;import java.nio.charset.StandardCharsets;import java.time.Instant;import java.util.LinkedHashMap;import java.util.List;import java.util.Map;import dev.rafex.ether.http.client.model.HttpMethod;import dev.rafex.ether.http.client.model.HttpRequestSpec;import dev.rafex.ether.json.JsonUtils;Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.webhook.model |
| Webhook payload, signature, and verification result models. | |
Functions | |
| record | dev.rafex.ether.webhook.model.WebhookPayload (String deliveryId, String eventType, Instant occurredAt, String contentType, byte[] body, Map< String, List< String > > headers) |
| Payload de un webhook. | |