Module async_nats::header

source ·
Expand description

NATS Message headers, leveraging http::header crate.

Structs

A struct for handling NATS headers. Has a similar API to http::header, but properly serializes and deserializes according to NATS requirements.
A struct representing value of a given header. Can contain one or more elements.

Constants

Last expected message ID for JetStream message publish
Last expected sequence for JetStream message publish
Nats-Expected-Last-Subject-Sequence
Expect that given message will be ingested by specified stream.
Message identifier used for deduplication window
Direct Get headers

Traits