Expand description
Configuration for the HTTP source.
The HTTP source receives data changes via HTTP endpoints. It supports two mutually exclusive modes:
- Standard Mode: Uses the built-in
HttpSourceChangeformat - Webhook Mode: Custom routes with configurable payload mappings
Structs§
- Auth
Config - Authentication configuration for a webhook route
- Bearer
Config - Bearer token verification configuration
- Cors
Config - CORS configuration for webhook endpoints
- Element
Template - Template for element creation
- Http
Source Config - HTTP source configuration
- Mapping
Condition - Condition for when a mapping applies
- Signature
Config - HMAC signature verification configuration
- Webhook
Config - Webhook configuration for custom route handling
- Webhook
Mapping - Mapping configuration from webhook payload to source change event
- Webhook
Route - Configuration for a single webhook route
Enums§
- Effective
From Config - Configuration for effective_from timestamp
- Element
Type - Element type for source changes
- Error
Behavior - Error handling behavior for webhook requests
- Http
Method - HTTP methods supported for webhook routes
- Operation
Type - Operation type for source changes
- Signature
Algorithm - Supported HMAC signature algorithms
- Signature
Encoding - Signature encoding format
- Timestamp
Format - Timestamp format for effective_from