type
'request'
serverIPAddress
string
requestId
request
{ method: string; url: string; httpVersion: string; cookies: string[]; headers: Array; queryString: string[]; headersSize: number; bodySize: number }
cache
Record<string, any>
Last updated 1 year ago