Fake Mirrors
    Preparing search index...

    Interface HttpContentType

    Parsed HTTP Content-Type header.

    interface HttpContentType {
        parameters: Record<string, string>;
        type: string;
    }
    parameters: Record<string, string>

    The parameters of the Content-Type.

    type: string

    The media type.