Module aws_smithy_http::event_stream

source ·
Expand description

Provides Sender/Receiver implementations for Event Stream codegen.

Structs§

  • Input type for Event Streams.
  • Adapts a Stream<SmithyMessageType> to a signed Stream<Bytes> by using the provided message marshaller and signer implementations.
  • An error that occurs within a message stream.
  • Receives Smithy-modeled messages out of an Event Stream.
  • An error that occurs within an event stream receiver.

Type Aliases§

  • A generic, boxed error that’s Send, Sync, and 'static.