Expand description
High-level client, connection pooling, and request execution.
Structs§
- Client
- A stateful, pooling HTTP client that enforces Chrome transport identity.
- Client
Builder - A builder for constructing a
Clientwith specific identity and transport settings. - Quik
Connection - 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.