Skip to content

Commit

Permalink
Update reference/nats-protocol/nats-protocol/README.md
Browse files Browse the repository at this point in the history
tighten verbage

Co-authored-by: Byron Ruth <[email protected]>
  • Loading branch information
tbeets and bruth authored Oct 10, 2022
1 parent 09c5ed9 commit 73955e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/nats-protocol/nats-protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ To publish an empty message to subject NOTIFY:

The `HPUB` message is the same as `PUB` but extends total message payload to include NATS headers. Note that the payload itself is optional. To omit the payload, set the total message size to the same as the headers size. Note that the trailing CR+LF is still required.

NATS headers are similar in semantic to HTTP headers as `name: value` pairs. Multi-value headers are allowed. Headers can be mixed case and NATS will preserve case between message publisher and message receiver(s). See also [ADR-4 NATS Message Headers](https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-4.md).
NATS headers are similar, in structure and semantics, to HTTP headers as `name: value` pairs including supporting multi-value headers. Headers can be mixed case and NATS will preserve case between message publisher and message receiver(s). See also [ADR-4 NATS Message Headers](https://github.com/nats-io/nats-architecture-and-design/blob/main/adr/ADR-4.md).

### Syntax

Expand Down

0 comments on commit 73955e3

Please sign in to comment.