LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
curlpro/__init__.py
curlpro/_completions.py
curlpro/_ffi.py
curlpro/aio.py
curlpro/audit.py
curlpro/cookies.py
curlpro/encoding.py
curlpro/expect.py
curlpro/fingerprint.py
curlpro/headers.py
curlpro/persona.py
curlpro/profiles.py
curlpro/proxies.py
curlpro/py.typed
curlpro/requests.py
curlpro/session.py
curlpro/stream.py
curlpro/timeouts.py
curlpro/websocket.py
curlpro.egg-info/PKG-INFO
curlpro.egg-info/SOURCES.txt
curlpro.egg-info/dependency_links.txt
curlpro.egg-info/top_level.txt
curlpro/profiles/chrome-100-windows.json
curlpro/profiles/chrome-101-windows.json
curlpro/profiles/chrome-104-windows.json
curlpro/profiles/chrome-107-windows.json
curlpro/profiles/chrome-110-windows.json
curlpro/profiles/chrome-116-windows.json
curlpro/profiles/chrome-118-linux.json
curlpro/profiles/chrome-119-linux.json
curlpro/profiles/chrome-119-macos.json
curlpro/profiles/chrome-120-linux.json
curlpro/profiles/chrome-120-macos.json
curlpro/profiles/chrome-123-macos.json
curlpro/profiles/chrome-124-macos.json
curlpro/profiles/chrome-131-android.json
curlpro/profiles/chrome-131-macos.json
curlpro/profiles/chrome-133-macos.json
curlpro/profiles/chrome-136-macos.json
curlpro/profiles/chrome-142-macos.json
curlpro/profiles/chrome-150-macos.json
curlpro/profiles/chrome-151-windows.json
curlpro/profiles/chrome-152-android.json
curlpro/profiles/chrome-152-windows.json
curlpro/profiles/chrome-98-windows.json
curlpro/profiles/chrome-99-android.json
curlpro/profiles/chrome-99-windows.json
curlpro/profiles/edge-101-windows.json
curlpro/profiles/edge-118-linux.json
curlpro/profiles/edge-119-linux.json
curlpro/profiles/edge-120-linux.json
curlpro/profiles/edge-98-windows.json
curlpro/profiles/edge-99-windows.json
curlpro/profiles/firefox-133-macos.json
curlpro/profiles/firefox-135-macos.json
curlpro/profiles/firefox-144-macos.json
curlpro/profiles/firefox-155-windows.json
curlpro/profiles/okhttp-5.5-conscrypt.json
curlpro/profiles/okhttp-5.5-jvm.json
curlpro/profiles/safari-15.3-macos.json
curlpro/profiles/safari-15.5-macos.json
curlpro/profiles/safari-17-ios.json
curlpro/profiles/safari-17-macos.json
curlpro/profiles/safari-18.0-ios.json
curlpro/profiles/safari-18.0-macos.json
curlpro/profiles/safari-18.4-ios.json
curlpro/profiles/safari-18.4-macos.json
curlpro/profiles/safari-26-ios.json
curlpro/profiles/safari-26.0-macos.json
curlpro/profiles/safari-26.0.1-macos.json
curlpro/profiles/tor-14-macos.json
curlpro/profiles/yandex-26.8-android.json
go/go.mod
go/go.sum
go/internal/client/altsvc.go
go/internal/client/altsvc_test.go
go/internal/client/audit_test.go
go/internal/client/body.go
go/internal/client/bridge.go
go/internal/client/client.go
go/internal/client/concurrency_test.go
go/internal/client/conn.go
go/internal/client/cookies.go
go/internal/client/decompress.go
go/internal/client/errors.go
go/internal/client/fingerprint.go
go/internal/client/fingerprint_test.go
go/internal/client/fix_test.go
go/internal/client/flowtrace_test.go
go/internal/client/h2flow_test.go
go/internal/client/h3order_test.go
go/internal/client/h3stand_test.go
go/internal/client/headers.go
go/internal/client/headers_test.go
go/internal/client/hints.go
go/internal/client/hints_test.go
go/internal/client/http3.go
go/internal/client/keepalive_test.go
go/internal/client/memory_test.go
go/internal/client/mode.go
go/internal/client/multipart.go
go/internal/client/parseurl_test.go
go/internal/client/plainhttp_test.go
go/internal/client/pool.go
go/internal/client/protocol_test.go
go/internal/client/proxy.go
go/internal/client/proxyauth_test.go
go/internal/client/proxydrop_test.go
go/internal/client/proxyparse_test.go
go/internal/client/quicspec_test.go
go/internal/client/redirect.go
go/internal/client/resume_test.go
go/internal/client/retry.go
go/internal/client/retry_test.go
go/internal/client/sessionheaders.go
go/internal/client/stream.go
go/internal/client/tlsconn_test.go
go/internal/client/tlsfiles.go
go/internal/client/websocket.go
go/internal/client/wire_test.go
go/internal/fingerprint/akamai.go
go/internal/fingerprint/baseline_test.go
go/internal/fingerprint/fingerprint.go
go/internal/fingerprint/headers.go
go/internal/fingerprint/ja4h.go
go/internal/fingerprint/ja4h_off.go
go/internal/fingerprint/ja4h_off_test.go
go/internal/fingerprint/ja4h_test.go
go/internal/h3/README.md
go/internal/h3/body.go
go/internal/h3/client.go
go/internal/h3/conn.go
go/internal/h3/consts.go
go/internal/h3/error.go
go/internal/h3/error_codes.go
go/internal/h3/fingerprint.go
go/internal/h3/frames.go
go/internal/h3/gzip_reader.go
go/internal/h3/headers.go
go/internal/h3/ip_addr.go
go/internal/h3/order.go
go/internal/h3/order_test.go
go/internal/h3/qlog.go
go/internal/h3/request_writer.go
go/internal/h3/state_tracking_stream.go
go/internal/h3/stream.go
go/internal/h3/trace.go
go/internal/h3/transport.go
go/internal/profile/build.go
go/internal/profile/json_probe_test.go
go/internal/profile/profile.go
go/internal/profile/profile_test.go
go/internal/profile/quic.go
go/internal/profile/quic_test.go
go/internal/profile/spec.go
go/internal/profile/trustanchors.go
go/internal/profile/validate_test.go
go/internal/qpack/decoder.go
go/internal/qpack/decoder_test.go
go/internal/qpack/static_table.go
go/lib/async.go
go/lib/async_guard_test.go
go/lib/curlpro.go
go/lib/headers.go
go/lib/stream.go
go/lib/websocket.go
tests/test_alt_svc.py
tests/test_async.py
tests/test_async_stream.py
tests/test_async_websocket.py
tests/test_audit.py
tests/test_client_hints.py
tests/test_compat.py
tests/test_cookies.py
tests/test_cookies_netscape.py
tests/test_docs_parity.py
tests/test_encoding_hooks.py
tests/test_expectations.py
tests/test_features.py
tests/test_ffi_registry.py
tests/test_ffi_version.py
tests/test_fingerprint.py
tests/test_h2_headers.py
tests/test_http1.py
tests/test_http3.py
tests/test_keepalive.py
tests/test_memory_switches.py
tests/test_multipart.py
tests/test_persona.py
tests/test_pool.py
tests/test_protocol.py
tests/test_proxy.py
tests/test_proxy_drop.py
tests/test_proxy_env.py
tests/test_readme_examples.py
tests/test_requests_compat.py
tests/test_resolve.py
tests/test_response_limit.py
tests/test_session_features.py
tests/test_smoke.py
tests/test_stream.py
tests/test_timeout.py
tests/test_upload.py
tests/test_validation.py
tests/test_version.py
tests/test_websocket.py
tests/test_websocket_deflate.py
tests/test_websocket_local.py