Documentation
    Preparing search index...

    Payload structure for the http:request_completed event

    type HttpRequestFinishedPayload = {
        ctx: HttpContext;
        duration: [number, number];
    }
    Index

    Properties

    Properties

    HTTP context for the completed request

    duration: [number, number]

    Request duration as a high-resolution time tuple