Magek Framework
    Preparing search index...

    Interface PostConfiguration

    interface PostConfiguration {
        contentType?: string;
        timeout?: number;
        acceptedStatusCodes?: number[];
    }
    Index

    Properties

    contentType?: string
    timeout?: number
    acceptedStatusCodes?: number[]