jimpex
    Preparing search index...

    Type Alias HTTPConstructorOptions

    HTTPConstructorOptions: Partial<HTTPOptions> & {
        inject: { logger: Logger; nodeFetch: NodeFetch };
    }

    The options to construct a HTTP.

    Type Declaration

    • inject: { logger: Logger; nodeFetch: NodeFetch }

      A dictionary with the dependencies to inject.