Type alias ContentOptions

ContentOptions: {
    codecs: ContentCodec<any>[];
    maxContentSize: number;
}

Type declaration

  • codecs: ContentCodec<any>[]

    Allow configuring codecs for additional content types

  • maxContentSize: number

    Set the maximum content size in bytes that is allowed by the Client. Currently only checked when decompressing compressed content.

Generated using TypeDoc