Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpMessage

public

Represents an HTTP message with headers and an optional static or streaming body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;

deprecated

Replaced by implementation HttpRequest/HttpResponse in @aws-sdk/protocol-http.

Hierarchy

Index

Properties

Properties

Optional body

body: any

headers

headers: HeaderBag