Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeadlessResponse ¶
type HeadlessResponse struct { Status int `json:"status"` Content string `json:"content"` Headers map[string]string `json:"headers"` Latency float64 `json:"latency"` }
HeadlessResponse contains the status code, DOM content and headers of the response coming from the headless chrome instance
Click to show internal directories.
Click to hide internal directories.