Ë
    	Ç5hg  ã                  óz   — d dl mZ d dlZd dlZddlmZmZmZmZm	Z	m
Z
mZmZmZmZ  G d„ d«      Z G d„ de«      Zy)	é    )ÚannotationsNé   )
ÚURLÚ
ExtensionsÚHeaderTypesÚOriginÚRequestÚResponseÚenforce_bytesÚenforce_headersÚenforce_urlÚinclude_request_headersc                  ó‚   — e Zd Zddddœ	 	 	 	 	 	 	 	 	 	 	 dd„Zej
                  ddddœ	 	 	 	 	 	 	 	 	 	 	 dd„«       Zdd„Zy)	ÚAsyncRequestInterfaceN)ÚheadersÚcontentÚ
extensionsc             ƒ  ót  K  — t        |d¬«      }t        |d¬«      }t        |d¬«      }t        |||¬«      }t	        |||||¬«      }| j                  |«      ƒ d {  –—† }	 |j                  «       ƒ d {  –—†  |j                  «       ƒ d {  –—†  |S 7 Œ77 Œ 7 Œ
# |j                  «       ƒ d {  –—†7   w xY w­w©NÚmethod)ÚnameÚurlr   )r   r   )r   r   r   r   r   )r   r   r   r   r	   Úhandle_async_requestÚareadÚaclose©Úselfr   r   r   r   r   ÚrequestÚresponses           úh/var/www/dev.core.comfenalco.cic-ware.com/crm/lib/python3.12/site-packages/httpcore/_async/interfaces.pyr   zAsyncRequestInterface.request   s±   è ø€ ô ˜v¨HÔ5ˆÜ˜# EÔ*ˆÜ! '°	Ô:ˆô *¨'°sÀGÔLˆäØØØØØ!ô
ˆð ×2Ñ2°7Ó;×;ˆð	$Ø—.‘.Ó"×"Ð"à—/‘/Ó#×#Ð#Øˆð <øà"øà#ù(—/‘/Ó#×#Ò#üsZ   ‚AB8ÁBÁB8Á"B Á5BÁ6B Á:B8ÂBÂB8ÂB ÂB8ÂB5Â.B1Â/B5Â5B8c              óH  K  — t        |d¬«      }t        |d¬«      }t        |d¬«      }t        |||¬«      }t	        |||||¬«      }| j                  |«      ƒ d {  –—† }	 |­–— |j                  «       ƒ d {  –—†  y 7 Œ#7 Œ# |j                  «       ƒ d {  –—†7   w xY w­wr   )r   r   r   r   r	   r   r   r   s           r    ÚstreamzAsyncRequestInterface.stream4   sŸ   è ø€ ô ˜v¨HÔ5ˆÜ˜# EÔ*ˆÜ! '°	Ô:ˆô *¨'°sÀGÔLˆäØØØØØ!ô
ˆð ×2Ñ2°7Ó;×;ˆð	$Ø‹Nà—/‘/Ó#×#Ñ#ð	 <øð $ù(—/‘/Ó#×#Ò#üsH   ‚AB"ÁB ÁB"Á"B Á'B"Á:BÁ;B"ÂB"ÂBÂBÂBÂB"c              ƒ  ó   K  — t        «       ‚­w©N©ÚNotImplementedError)r   r   s     r    r   z*AsyncRequestInterface.handle_async_requestS   ó   è ø€ Ü!Ó#Ð#ùó   ‚)r   úbytes | strr   úURL | bytes | strr   r   r   ú*bytes | typing.AsyncIterator[bytes] | Noner   úExtensions | NoneÚreturnr
   )r   r)   r   r*   r   r   r   r+   r   r,   r-   ztyping.AsyncIterator[Response])r   r	   r-   r
   )Ú__name__Ú
__module__Ú__qualname__r   Ú
contextlibÚasynccontextmanagerr"   r   © ó    r    r   r      s°   „ ð  $Ø>BØ(,ñàðð ðð
 ðð <ðð &ðð 
óð> ×#Ñ#ð  $Ø>BØ(,ñ$àð$ð ð$ð
 ð$ð <ð$ð &ð$ð 
(ò$ó $ð$ô<$r4   r   c                  óD   — e Zd Zd	d„Zd
d„Zdd„Zdd„Zdd„Zdd„Zdd„Z	y)ÚAsyncConnectionInterfacec              ƒ  ó   K  — t        «       ‚­wr$   r%   ©r   s    r    r   zAsyncConnectionInterface.acloseX   r'   r(   c                ó   — t        «       ‚r$   r%   r8   s    r    ÚinfozAsyncConnectionInterface.info[   ó   € Ü!Ó#Ð#r4   c                ó   — t        «       ‚r$   r%   )r   Úorigins     r    Úcan_handle_requestz+AsyncConnectionInterface.can_handle_request^   r;   r4   c                ó   — t        «       ‚)aÖ  
        Return `True` if the connection is currently able to accept an
        outgoing request.

        An HTTP/1.1 connection will only be available if it is currently idle.

        An HTTP/2 connection will be available so long as the stream ID space is
        not yet exhausted, and the connection is not in an error state.

        While the connection is being established we may not yet know if it is going
        to result in an HTTP/1.1 or HTTP/2 connection. The connection should be
        treated as being available, but might ultimately raise `NewConnectionRequired`
        required exceptions if multiple requests are attempted over a connection
        that ends up being established as HTTP/1.1.
        r%   r8   s    r    Úis_availablez%AsyncConnectionInterface.is_availablea   s   € ô  "Ó#Ð#r4   c                ó   — t        «       ‚)zî
        Return `True` if the connection is in a state where it should be closed.

        This either means that the connection is idle and it has passed the
        expiry time on its keep-alive, or that server has sent an EOF.
        r%   r8   s    r    Úhas_expiredz$AsyncConnectionInterface.has_expireds   ó   € ô "Ó#Ð#r4   c                ó   — t        «       ‚)zD
        Return `True` if the connection is currently idle.
        r%   r8   s    r    Úis_idlez AsyncConnectionInterface.is_idle|   s   € ô "Ó#Ð#r4   c                ó   — t        «       ‚)zÀ
        Return `True` if the connection has been closed.

        Used when a response is closed to determine if the connection may be
        returned to the connection pool or not.
        r%   r8   s    r    Ú	is_closedz"AsyncConnectionInterface.is_closed‚   rC   r4   N)r-   ÚNone)r-   Ústr)r=   r   r-   Úbool)r-   rJ   )
r.   r/   r0   r   r:   r>   r@   rB   rE   rG   r3   r4   r    r6   r6   W   s%   „ ó$ó$ó$ó$ó$$ó$ô$r4   r6   )Ú
__future__r   r1   ÚtypingÚ_modelsr   r   r   r   r	   r
   r   r   r   r   r   r6   r3   r4   r    ú<module>rN      s7   ðÝ "ã Û ÷÷ ÷ ÷@$ñ @$ôF2$Ð4õ 2$r4   