package awskit

  1. Overview
  2. Docs

Module Body.ResponseSource

Sourcetype descriptor = {
  1. content_length : int64 option;
  2. content_type : string option;
  3. headers : (string * string) list;
}

Response body metadata that can be known before or while consuming the stream. The response body itself remains runtime-owned.