Skip to main content

Module client

Module client 

Source
Expand description

High-level client, connection pooling, and request execution.

Structs§

Client
A stateful HTTP client engine enforcing deterministic Chrome identity parity.
ClientBuilder
A builder pattern for instantiating a custom Client with specific overrides.
QuikConnection
Establishes a new network connection following the Chrome transport pipeline.
Response
A high-level response wrapper providing transparent decompression and body management.

Enums§

Proxy
Supported proxy protocols for pre-handshake transport tunneling.
RequestContext
Defines the context of the network request, mimicking browser fetch metadata.

Functions§

connect
Establishes a new network connection following the Chrome 134 transport pipeline.