@vectorize-io/vectorize-client

    Interface RequestOpts

    interface RequestOpts {
        body?: any;
        headers: HTTPHeaders;
        method: HTTPMethod;
        path: string;
        query?: HTTPQuery;
    }
    Index

    Properties

    body?: any
    headers: HTTPHeaders
    method: HTTPMethod
    path: string
    query?: HTTPQuery
    MMNEPVFCICPMFPCPTTAAATR