Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ContentHandlingStrategy

import type { ContentHandlingStrategy } from "https://aws-api.deno.dev/v0.3/services/apigatewayv2.ts?docs=full";

Specifies how to handle response payload content type conversions. Supported only for WebSocket APIs.

type ContentHandlingStrategy = "CONVERT_TO_BINARY" | "CONVERT_TO_TEXT" | cmnP.UnexpectedEnumValue;

§Type

§
"CONVERT_TO_BINARY" | "CONVERT_TO_TEXT" | cmnP.UnexpectedEnumValue
[src]