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

Traits