Skip to main content

Module client

Module client 

Source
Expand description

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

Structs§

Client
A stateful, pooling HTTP client that enforces Chrome transport identity.
ClientBuilder
A builder for constructing a Client with specific identity and transport settings.
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.

Functions§

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