GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoRedirectEvent
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
A redirect event represents a change in the resource URL for a document. This includes HTTP redirects, as well things which trigger client navigations such as script changing window.location, tags, HTTP Refresh headers, etc.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
httpMethod
(type:String.t
, default:nil
)
- The HTTP method of the request for the redirect target. -
httpStatusCode
(type:integer()
, default:nil
)
- For HTTP redirects, the HTTP status code returned in the initial HTTP response. -
refreshType
(type:String.t
, default:nil
)
- -
targetContentDownloaded
(type:boolean()
, default:nil
)
- True if the redirect led to a download instead of loading a new page. Note that such redirects can appear anywhere in the list of redirect events. -
targetUrl
(type:String.t
, default:nil
)
- -
type
(type:String.t
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoRedirectEvent