Expand description
High-level client, connection pooling, and request execution.
Structs§
- Client
- A stateful HTTP client engine enforcing deterministic Chrome identity parity.
- Client
Builder - A builder pattern for instantiating a custom
Clientwith specific overrides. - 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.
- Request
Context - Defines the context of the network request, mimicking browser fetch metadata.
Functions§
- connect
- Establishes a new network connection following the Chrome 134 transport pipeline.