Interface IContentEncoding

interface IContentEncoding {
    encoding: IEncodings;
}

Implemented by

Properties

Properties

encoding: IEncodings