HttpRequest constructor
HttpRequest({
- String? cacheFillBytes,
- bool? cacheHit,
- bool? cacheLookup,
- bool? cacheValidatedWithOriginServer,
- String? latency,
- String? protocol,
- String? referer,
- String? remoteIp,
- String? requestMethod,
- String? requestSize,
- String? requestUrl,
- String? responseSize,
- String? serverIp,
- int? status,
- String? userAgent,
Implementation
HttpRequest({
this.cacheFillBytes,
this.cacheHit,
this.cacheLookup,
this.cacheValidatedWithOriginServer,
this.latency,
this.protocol,
this.referer,
this.remoteIp,
this.requestMethod,
this.requestSize,
this.requestUrl,
this.responseSize,
this.serverIp,
this.status,
this.userAgent,
});