Module aws_smithy_eventstream::frame
source · Expand description
Event Stream message frame types and serialization/deserialization logic.
Structs§
- Deferred event stream signer to allow a signer to be wired up later.
- A sender that gets placed in the request config to wire up an event stream signer after signing.
- Streaming decoder for decoding a
Message
from a stream.
Enums§
- Return value from
MessageFrameDecoder
. - A successfully unmarshalled message that is either an
Event
or anError
.
Traits§
- Converts a Smithy modeled Event Stream type into a
Message
. - Signs an Event Stream message.
- Converts an Event Stream
Message
into a Smithy modeled type.
Functions§
- Reads a message from the given
buffer
. For streaming use cases, use theMessageFrameDecoder
instead of this. - Writes the given
headers
to abuffer
. - Writes the
message
to the givenbuffer
.