createRequestDebugInfo
Callable
Parameters
request: Request<Dictionary>
Request object.
optionalresponse: IncomingMessage | Partial<BrowserResponseLike> = {}
Puppeteer
Response
or NodeJShttp.IncomingMessage
.optionaladditionalFields: Dictionary = {}
Object containing additional fields to be added.
Returns Dictionary
Creates a standardized debug info from request and response. This info is usually added to dataset under the hidden
#debug
field.