Skip to main content

Module http

Module http 

Source
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§

HttpSink
An HTTP sink that sends records to an HTTP endpoint.
HttpSinkConfig
Configuration for the HTTP sink connector.

Enums§

AuthSpec
A connector’s auth: field: either an inline auth definition A (the { type, config } shape), or a { ref: <name> } reference to a shared provider defined in the top-level auth: catalog.
FaucetError
All possible errors returned by faucet-stream.
HttpBatchMode
How records are sent in HTTP requests.
HttpSinkAuth
Authentication method for the HTTP sink.

Traits§

Sink
A sink writes records to an external system.

Type Aliases§

SharedAuthProvider
A shared AuthProvider handle. Cloning it shares the one live provider (and its single token cache) across connectors.