Available on crate feature
sink-http only.Modules§
- config
- HTTP sink configuration.
- serde_
helpers - Serde helper modules for types that don’t implement Serialize/Deserialize natively.
- sink
- HTTP sink executor.
Structs§
- Http
Sink - An HTTP sink that sends records to an HTTP endpoint.
- Http
Sink Config - Configuration for the HTTP sink connector.
Enums§
- Auth
Spec - A connector’s
auth:field: either an inline auth definitionA(the{ type, config }shape), or a{ ref: <name> }reference to a shared provider defined in the top-levelauth:catalog. - Faucet
Error - All possible errors returned by faucet-stream.
- Http
Batch Mode - How records are sent in HTTP requests.
- Http
Sink Auth - Authentication method for the HTTP sink.
Traits§
- Sink
- A sink writes records to an external system.
Type Aliases§
- Shared
Auth Provider - A shared
AuthProviderhandle. Cloning it shares the one live provider (and its single token cache) across connectors.