Skip to main content

BinarySettingsContentHeaders

@h4ad/serverless-adapter > BinarySettingsContentHeaders

(interface) BinarySettingsContentHeaders

The interface representing the binary settings implementation by looking inside the headers

Signature:

export interface BinarySettingsContentHeaders 

(property) contentEncodings

The list of content encodings that will be treated as binary

Signature:

contentEncodings: string[];

(property) contentTypes

The list of content types that will be treated as binary

Signature:

contentTypes: string[];