Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.httpx_client.HassHttpXAsyncClient Class Reference
Inheritance diagram for homeassistant.helpers.httpx_client.HassHttpXAsyncClient:
[legend]
Collaboration diagram for homeassistant.helpers.httpx_client.HassHttpXAsyncClient:
[legend]

Public Member Functions

Self __aenter__ (self)
 

Detailed Description

httpx AsyncClient that suppresses context management.

Definition at line 54 of file httpx_client.py.

Member Function Documentation

◆ __aenter__()

Self homeassistant.helpers.httpx_client.HassHttpXAsyncClient.__aenter__ (   self)
Prevent an integration from reopen of the client via context manager.

Definition at line 57 of file httpx_client.py.


The documentation for this class was generated from the following file: