Class: Google::Devtools::Clouderrorreporting::V1beta1::HttpRequestContext
- Inherits:
-
Object
- Object
- Google::Devtools::Clouderrorreporting::V1beta1::HttpRequestContext
- Defined in:
- lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb
Overview
HTTP request data that is related to a reported error. This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs.
Instance Attribute Summary collapse
-
#method ⇒ String
The type of HTTP request, such as +GET+, +POST+, etc.
-
#referrer ⇒ String
The referrer information that is provided with the request.
-
#remote_ip ⇒ String
The IP address from which the request originated.
-
#response_status_code ⇒ Integer
The HTTP response status code for the request.
-
#url ⇒ String
The URL of the request.
-
#user_agent ⇒ String
The user agent information that is provided with the request.
Instance Attribute Details
#method ⇒ String
Returns The type of HTTP request, such as +GET+, +POST+, etc.
127 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 127 class HttpRequestContext; end |
#referrer ⇒ String
Returns The referrer information that is provided with the request.
127 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 127 class HttpRequestContext; end |
#remote_ip ⇒ String
Returns 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.
127 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 127 class HttpRequestContext; end |
#response_status_code ⇒ Integer
Returns The HTTP response status code for the request.
127 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 127 class HttpRequestContext; end |
#url ⇒ String
Returns The URL of the request.
127 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 127 class HttpRequestContext; end |
#user_agent ⇒ String
Returns The user agent information that is provided with the request.
127 |
# File 'lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/common.rb', line 127 class HttpRequestContext; end |