Fake Mirrors
    Preparing search index...

    Interface HttpContentType

    Parsed Content-Type header.

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

    Properties

    parameters: Record<string, string>
    type: string