package awskit

  1. Overview
  2. Docs
AWS infrastructure — signing, credentials, endpoints, and core types

Install

dune-project
 Dependency

Authors

Maintainers

Sources

awskit-v0.2.0.tbz
sha256=b69c81378d08f443a276b947d9a2b45913495cb61b2ff3aa0ad74d6b071f32f8
sha512=50714b8eda6ea6e589eb34a305afdfa4870a5e8e4240c091ff5cecd309c21fdfda6163fb6449caad5cdaf800857369df5da0534d822cf152ac76fc16fb9216e5

doc/awskit/Awskit/Body/index.html

Module Awskit.BodySource

Runtime-agnostic body metadata.

Runtime-neutral body metadata.

Runtime adapters own concrete request and response body values. Core modules use this metadata for signing, headers, retry planning, and buffer limits.

Sourcemodule Payload_hash : sig ... end
Sourcemodule Request : sig ... end
Sourcemodule Response : sig ... end