Object

RequestResult

Fields

http_request(): String
The full HTTP request that was sent.
http_response(): String
The full HTTP response that was received, if any.
http_response_code(): String
The HTTP response status code from the application (e.g., "200", "404"), if a response was received.
http_response_message(): String
The HTTP response status message from the application (e.g., "OK", "Not Found"), if a response was received.
request_url(): String
The URL that was requested.