The duration of the request in milliseconds.
The HTTP method (e.g. "GET", "POST").
OptionalrequestRequest headers sent with the request.
OptionalresponseResponse headers received from the server.
The start time of the request as a Unix timestamp in milliseconds.
The HTTP status code of the response.
Use 0 for aborted requests, negative values for Cordova internal errors.
OptionalstatusThe HTTP status text (e.g. "OK", "Not Found").
OptionaltraceThe W3C traceparent header value used to correlate the request with a distributed trace (e.g. "00-traceId-spanId-01").
The URL of the HTTP request.
Options for manually reporting an HTTP request captured via Cordova HTTP plugins.