package awskit-s3-lwt-unix

  1. Overview
  2. Docs

Module Runtime.TransportSource

Sourcetype 'a io = 'a t
Sourcetype connection = connection
Sourcetype request_body = request_body
Sourcetype response_body = response_body

Send a request and provide the response metadata and body to consume.

The request body is owned by the runtime for the duration of one attempt. The response body is valid only inside consume; callers should scope reads with Response_body.with_reader. Callback exceptions and native cancellation must be preserved by adapters.