RUM powered by Grail JavaScript API - 1.327.2
    Preparing search index...

    Interface HttpNamespace

    interface HttpNamespace {
        "http.request.method"?: Uppercase<string>;
        "http.response.reason_phrase"?: string;
        "http.response.status_code"?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    "http.request.method"?: Uppercase<string>
    "http.response.reason_phrase"?: string
    "http.response.status_code"?: number