For AI agents: a documentation index is available at /llms.txt
Skip to main content

HTTPResponse

Response returned after a navigation event

Properties

PropertyTypeDescription
ipstring | nullThe remote IP address that served the initial page-load response
portnumber | nullThe remote port that served the initial page-load response
statusnumber | nullThe status code response of the initial page-load
textstring | nullThe status text of the response from the initial page-load. Generally 'ok'
timenumber | nullThe amount of time, in milliseconds, elapsed since the start of navigation to completion
urlstring | nullThe final URL of the page after any potential redirects or URL rewrites