ts-lambda-api - v2.5.2
    Preparing search index...

    Interface HttpHandlerOptions

    Represents the options that may be passed to an Http Handler.

    interface HttpHandlerOptions {
        abortSignal?: AbortSignal | AbortSignal;
        requestTimeout?: number;
    }
    Index

    Properties

    abortSignal?: AbortSignal | AbortSignal
    requestTimeout?: number

    The maximum time in milliseconds that the connection phase of a request may take before the connection attempt is abandoned.