HTTPContext defines an object that captures the parameter for the
httpRequest part of Error Reporting API
Parameters
Name
Description
method
str
The type of HTTP request, such as GET, POST, etc.
url
str
The URL of the request
user_agent
str
The user agent information that is provided with the request.
referrer
str
The referrer information that is provided with the request.
response_status_code
int
The HTTP response status code for the request.
remote_ip
str
The IP address from which the request originated. This can be IPv4, IPv6, or a token which is derived from the IP address, depending on the data that has been provided in the error report.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]