Versions in this module Expand all Collapse all v0 v0.52.0 Apr 29, 2026 v0.51.0 Apr 27, 2026 Changes in this version + func DirectVMRoutingMiddleware(cache *RouteCache, subresources []string) option.Middleware + func NewHTTPClient(browserBaseURL, jwt string, underlying *http.Client) *http.Client + type RawCURLRoundTripper struct + func (t *RawCURLRoundTripper) RoundTrip(req *http.Request) (*http.Response, error) + type Ref struct + BaseURL string + CdpWsURL string + JWT string + SessionID string + func (r Ref) Normalize() (Ref, error) + type Route struct + BaseURL string + JWT string + SessionID string + type RouteCache struct + func NewRouteCache() *RouteCache + func (c *RouteCache) Delete(sessionID string) + func (c *RouteCache) Load(sessionID string) (Route, bool) + func (c *RouteCache) Store(route Route)