je_load_density.wrapper.proxy.user.async_http_user_proxy

Classes

ProxyAsyncHttpUser()

Proxy for the async HTTP / HTTP-2 user template (httpx-backed).

class je_load_density.wrapper.proxy.user.async_http_user_proxy.ProxyAsyncHttpUser

Bases: object

Proxy for the async HTTP / HTTP-2 user template (httpx-backed).

configure(user_detail_dict: Dict[str, Any], tasks: Any | None = None, host: str | None = None, http2: bool = False, **kwargs: Any) None