Skip to main content

Module xml

Module xml 

Source
Available on crate features source-rest and source-xml only.

Modules§

config
XML source configuration.
convert
XML to JSON conversion.
serde_helpers
Serde helper modules for types that don’t implement Serialize/Deserialize natively.
stream
XML stream executor.

Structs§

SoapConfig
First-class SOAP ergonomics for the XML source.
XmlStream
A configured XML API source that handles pagination and extraction.
XmlStreamConfig
Configuration for the XML source.

Enums§

FaucetError
All possible errors returned by faucet-stream.
SoapVersion
SOAP protocol version. Controls the envelope namespace and the HTTP header shape used to carry the SOAP action.
XmlAuth
Authentication for XML API endpoints.
XmlPagination
Pagination configuration for XML APIs.

Traits§

Source
A source fetches records from an external system.