o
    NK&h±  ã                   @  sZ   d dl mZ d dlmZmZmZ d dlmZ er$d dlm	Z	 d dl
mZ G dd„ dƒZdS )	é    )Úannotations)ÚTYPE_CHECKINGÚOptionalÚUnion)ÚStage)ÚBaseHTTPResponse)ÚHttpProtocolc                   @  sZ   e Zd ZU ded< ded< ded< ded< d	ed
< ded< eƒ Zded< dZddd„ZdS )ÚStreamr   ÚstagezOptional[BaseHTTPResponse]Úresponser   ÚprotocolzOptional[str]ÚurlzOptional[bytes]Úrequest_bodyzUnion[int, float]Úrequest_max_sizeztuple[str, ...]Ú__touchup__)r   r   Úreturnc                 C  s   t dƒ‚)NzNot implemented)ÚNotImplementedError)Úselfr   © r   úD/var/www/html/venv/lib/python3.10/site-packages/sanic/http/stream.pyÚrespond   s   zStream.respondN)r   r   r   r   )Ú__name__Ú
__module__Ú__qualname__Ú__annotations__Útupler   Ú	__slots__r   r   r   r   r   r	      s   
 r	   N)Ú
__future__r   Útypingr   r   r   Úsanic.http.constantsr   Úsanic.responser   Ú$sanic.server.protocols.http_protocolr   r	   r   r   r   r   Ú<module>   s    