Insomnia-Script-SDK-Docs
    Preparing search index...

    Namespace Collection

    This module exports various types and interfaces related to the Insomnia scripting environment.

    const { Cookie } = require("insomnia-collection");
    const cookie = new Cookie({ key: "expire", value: "1024" });
    console.log(cookie);

    Classes

    Certificate
    HeaderList
    Property
    PropertyBase
    PropertyList
    RequestAuth
    Response
    Variable
    VariableList

    Interfaces

    CertificateOptions

    References

    CookieList → CookieList
    Folder → Folder
    FormParam → FormParam
    ProxyConfig → ProxyConfig
    ProxyConfigList → ProxyConfigList
    QueryParam → QueryParam
    Request → Request
    RequestBody → RequestBody
    Url → Url
    UrlMatchPattern → UrlMatchPattern
    UrlMatchPatternList → UrlMatchPatternList