Interface HttpRequest (11.0.0)

Package

@google-cloud/logging

Properties

cacheFillBytes

cacheFillBytes?: number;

cacheHit

cacheHit?: boolean;

cacheLookup

cacheLookup?: boolean;

cacheValidatedWithOriginServer

cacheValidatedWithOriginServer?: boolean;

latency

latency?: {
        seconds: number;
        nanos: number;
    };

protocol

protocol?: string;

referer

referer?: string;

remoteIp

remoteIp?: string;

requestMethod

requestMethod?: string;

requestSize

requestSize?: number;

requestUrl

requestUrl?: string;

responseSize

responseSize?: number;

serverIp

serverIp?: string;

status

status?: number;

userAgent

userAgent?: string;