Unit 'googlelogging' Package
[Overview][Types][Classes][Index] [#googleapi]

THttpRequest

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: googlelogging.pp line 257

type THttpRequest = class(TGoogleBaseObject)

protected

  procedure SetrequestMethod(); virtual;

  procedure SetrequestUrl(); virtual;

  procedure SetrequestSize(); virtual;

  procedure Setstatus(); virtual;

  procedure SetresponseSize(); virtual;

  procedure SetuserAgent(); virtual;

  procedure SetremoteIp(); virtual;

  procedure Setreferer(); virtual;

  procedure SetcacheLookup(); virtual;

  procedure SetcacheHit(); virtual;

  procedure SetcacheValidatedWithOriginServer(); virtual;

  procedure SetcacheFillBytes(); virtual;

published

  property requestMethod: string; [rw]

  property requestUrl: string; [rw]

  property requestSize: string; [rw]

  property status: Integer; [rw]

  property responseSize: string; [rw]

  property userAgent: string; [rw]

  property remoteIp: string; [rw]

  property referer: string; [rw]

  property cacheLookup: Boolean; [rw]

  property cacheHit: Boolean; [rw]

  property cacheValidatedWithOriginServer: Boolean; [rw]

  property cacheFillBytes: string; [rw]

end;

Inheritance

THttpRequest

|

TGoogleBaseObject

|

TObject


Documentation generated on: 2023-03-18