Interface ContentTypeDecoderOptions

interface ContentTypeDecoderOptions {
    charset: _MessageBufferEncoding;
}

Properties

Properties

charset: _MessageBufferEncoding