Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FlexibleChecksumsMiddlewareConfig

Hierarchy

  • FlexibleChecksumsMiddlewareConfig

Index

Properties

input

input: Object

The input object for the operation.

Optional requestAlgorithmMember

requestAlgorithmMember: undefined | string

Defines a top-level operation input member that is used to configure request checksum behavior.

requestChecksumRequired

requestChecksumRequired: boolean

Indicates an operation requires a checksum in its HTTP request.

Optional requestValidationModeMember

requestValidationModeMember: undefined | string

Defines a top-level operation input member used to opt-in to best-effort validation of a checksum returned in the HTTP response of the operation.

Optional responseAlgorithms

responseAlgorithms: string[]

Defines the checksum algorithms clients SHOULD look for when validating checksums returned in the HTTP response.