Skip to content

Commit

Permalink
Add public docs for the amazon event stream format
Browse files Browse the repository at this point in the history
This adds documentation for the `application/vnd.amazon.eventstream`
wire format as well as the common protocol semanitcs that are layered
on top of it.

It does NOT provide tests. Event stream protocol tests are in the
works, but are not yet available.
  • Loading branch information
JordonPhillips committed Feb 26, 2025
1 parent 5891534 commit abbeb6f
Show file tree
Hide file tree
Showing 8 changed files with 517 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source-2.0/additional-specs/protocols/smithy-rpc-v2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ list they understand when connecting to a service. A client SHOULD assume
that a service supports ``http/1.1`` when no ``http`` or ``eventStreamHttp``
values are provided.

Event streaming uses the :ref:`amazon-eventstream` format.

The following example defines a service that uses
``smithy.protocols#rpcv2Cbor``.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit abbeb6f

Please sign in to comment.