@novice1/api-doc-generator - v1.0.0
    Preparing search index...
    interface RequestObject {
        auth?: null | Auth;
        body?: null | RequestBodyObject;
        certificate?: CertificateObject;
        description?: Description;
        header?: string | HeaderObject[];
        method?: string;
        proxy?: ProxyConfig;
        url?: UrlObject;
        [x: string]: unknown;
    }

    Indexable

    • [x: string]: unknown
    Index

    Properties

    auth?: null | Auth
    body?: null | RequestBodyObject
    certificate?: CertificateObject
    description?: Description
    header?: string | HeaderObject[]
    method?: string
    proxy?: ProxyConfig
    url?: UrlObject