eligius
    Preparing search index...

    Interface IHttpPostOperationData

    interface IHttpPostOperationData {
        body?: any;
        headers?: Record<string, string>;
        response: any;
        status: number;
        url: string;
    }
    Index

    Properties

    body?: any
    headers?: Record<string, string>
    response: any
    status: number
    url: string