Your IP : 3.135.241.191


Current Path : /opt/alt/python310/lib64/python3.10/wsgiref/__pycache__/
Upload File :
Current File : //opt/alt/python310/lib64/python3.10/wsgiref/__pycache__/validate.cpython-310.opt-2.pyc

o

6��f�:�@s�	dgZddlZddlZddlZe�d�Ze�d�ZGdd�de�Zdd�Z	d	d
�Z
dd�ZGdd
�d
�ZGdd�d�Z
Gdd�d�ZGdd�d�ZGdd�d�Zdd�Zdd�Zdd�Zdd�Zdd�Zd d!�Zd"d#�Zd$d%�ZdS)&�	validator�Nz^[a-zA-Z][a-zA-Z0-9\-_]*$z[\000-\037]c@seZdZdS)�WSGIWarningN)�__name__�
__module__�__qualname__�rr�7/opt/alt/python310/lib64/python3.10/wsgiref/validate.pyrysrcGs|st|��dS�N)�AssertionError)Zcond�argsrrr�assert_~s�rcCs$t|�tur|Std�|t|����)Nz!{0} must be of type str (got {1}))�type�strr
�format�repr)�value�titlerrr�check_string_type�s
�rcs	�fdd�}|S)Ncs�tt|�dkd�t|d�|\}�t|�g���fdd�}t|d�|d<t|d�|d<�||�}t|duo=|dkd	�t|�t|��S)
N�zTwo arguments required�No keyword arguments allowedcs�tt|�dkpt|�dkd|f�t|d�|d}|d}t|�dkr+|d}nd}t|�t|�t||�t|���d�t�|��S)Nr�zInvalid number of arguments: %srr�)r�len�check_status�
check_headers�check_content_type�check_exc_info�append�WriteWrapper)r�kw�status�headers�exc_info�Zstart_responseZstart_response_startedrr�start_response_wrapper�s�


z;validator.<locals>.lint_app.<locals>.start_response_wrapper�
wsgi.input�wsgi.errorsFz>The application must return an iterator, if only an empty list)rr�
check_environ�InputWrapper�ErrorWrapper�check_iterator�IteratorWrapper)rr�environr$�iterator��applicationr#r�lint_app�s
�
zvalidator.<locals>.lint_appr)r/r0rr.rr�s
)c@s<eZdZdd�Zdd�Zdd�Zdd�Zd	d
�Zdd�Zd
S)r(cC�
||_dSr	)�input)�self�
wsgi_inputrrr�__init__��
zInputWrapper.__init__cGs0tt|�dk�|jj|�}tt|�tu�|S�Nr)rrr2�readr
�bytes�r3r�vrrrr8��zInputWrapper.readcGs0tt|�dk�|jj|�}tt|�tu�|Sr7)rrr2�readliner
r9r:rrrr=�r<zInputWrapper.readlinecGsJtt|�dk�|jj|�}tt|�tu�|D]
}tt|�tu�q|Sr7)rrr2�	readlinesr
�listr9)r3r�lines�linerrrr>�szInputWrapper.readlinesccs�	|��}|s
dS|Vqr	)r=)r3rArrr�__iter__�s��zInputWrapper.__iter__cC�tdd�dS)Nrz input.close() must not be called�r�r3rrr�close��zInputWrapper.closeN)	rrrr5r8r=r>rBrFrrrrr(�sr(c@�4eZdZdd�Zdd�Zdd�Zdd�Zd	d
�ZdS)r)cCr1r	)�errors)r3�wsgi_errorsrrrr5�r6zErrorWrapper.__init__cCs tt|�tu�|j�|�dSr	)rr
rrI�write�r3�srrrrK�szErrorWrapper.writecCs|j��dSr	)rI�flushrErrrrN�rGzErrorWrapper.flushcCs|D]}|�|�qdSr	)rK)r3�seqrArrr�
writelines�s�zErrorWrapper.writelinescCrC)Nrz!errors.close() must not be calledrDrErrrrF�rGzErrorWrapper.closeN)rrrr5rKrNrPrFrrrrr)�sr)c@�eZdZdd�Zdd�ZdS)rcCr1r	)�writer)r3Zwsgi_writerrrrr5�r6zWriteWrapper.__init__cCstt|�tu�|�|�dSr	)rr
r9rRrLrrr�__call__�szWriteWrapper.__call__N)rrrr5rSrrrrr��rc@rQ)�PartialIteratorWrappercCr1r	�r-)r3�
wsgi_iteratorrrrr5r6zPartialIteratorWrapper.__init__cCst|jd�Sr	)r+r-rErrrrBszPartialIteratorWrapper.__iter__N)rrrr5rBrrrrrU�rTrUc@rH)r+cCs ||_t|�|_d|_||_dS)NF)�original_iterator�iterr-�closed�check_start_response)r3rWr[rrrr5	s

zIteratorWrapper.__init__cCs|Sr	rrErrrrBszIteratorWrapper.__iter__cCsTt|jd�t|j�}t|�turtdd|f�|jdur(t|jd�d|_|S)NzIterator read after closedFz$Iterator yielded non-bytestring (%r)zjThe application returns and we started iterating over its body, but start_response has not yet been called)rrZ�nextr-r
r9r[)r3r;rrr�__next__s�

�zIteratorWrapper.__next__cCs$d|_t|jd�r|j��dSdS)NTrF)rZ�hasattrrXrFrErrrrFs�zIteratorWrapper.closecCs"|js	tj�d�t|jd�dS)Nz/Iterator garbage collected without being closed)rZ�sys�stderrrKrrErrr�__del__#s��zIteratorWrapper.__del__N)rrrr5rBr]rFrarrrrr+sr+cCs�tt|�tudt|�|f�dD]}t||vd|f�qdD]}t||vd||dd�f�q d|vr<t�dt�|��D]}d	|vrGq@tt||�tud
|t||�||f�q@tt|d�tud|df�t|d
dvd|d
�t	|d�t
|d�|ddvr�t�d|dt�t|�d�p�|d�d�d|d�t|�d�p�|d�d�d|d�|�d�r�tt
|d�dkd|d�|�d�s�td|vd�t|�d�dkd�dS)Nz:Environment is not of the right type: %r (environment: %r))	�REQUEST_METHODZSERVER_NAMEZSERVER_PORT�wsgi.versionr%r&zwsgi.multithreadzwsgi.multiprocessz
wsgi.run_oncez$Environment missing required key: %r)ZHTTP_CONTENT_TYPEZHTTP_CONTENT_LENGTHz8Environment should not have the key: %s (use %s instead)�ZQUERY_STRINGz�QUERY_STRING is not in the WSGI environment; the cgi module will use sys.argv when this variable is missing, so application errors are more likely�.z9Environmental variable %s is not a string: %r (value: %r)rcz#wsgi.version should be a tuple (%r)zwsgi.url_scheme)ZhttpZhttpszwsgi.url_scheme unknown: %rr%r&rb)ZGETZHEADZPOSTZOPTIONSZPATCHZPUTZDELETEZTRACEzUnknown REQUEST_METHOD: %rZSCRIPT_NAME�/z$SCRIPT_NAME doesn't start with /: %rZ	PATH_INFOz"PATH_INFO doesn't start with /: %rZCONTENT_LENGTHrzInvalid CONTENT_LENGTH: %rzgOne of SCRIPT_NAME or PATH_INFO are required (PATH_INFO should at least be '/' if SCRIPT_NAME is empty)zOSCRIPT_NAME cannot be '/'; it should instead be '', and PATH_INFO should be '/')rr
�dict�warnings�warnr�keysr�tuple�check_input�check_errors�get�
startswith�int)r,�keyrrrr'*sx
���������
�
�
�
�

�
��r'cC�&dD]}tt||�d||f�qdS)N)r8r=r>rBz-wsgi.input (%r) doesn't have the attribute %s�rr^)r4�attrrrrrlk�
���rlcCrr)N)rNrKrPz.wsgi.errors (%r) doesn't have the attribute %srs)rJrtrrrrmqrurmcCszt|d�}|�dd�d}tt|�dkd|�t|�}t|dkd|�t|�dks1|dd	kr;t�d
|t�dSdS)N�Statusrrrz)Status codes must be three characters: %r�dzStatus code is invalid: %r�� zjThe status string (%r) should be a three-digit integer followed by a single space and a status explanation)r�splitrrrprhrir)r Zstatus_codeZ
status_intrrrrws
����rcCstt|�tud|t|�f�|D]n}tt|�tud|t|�f�tt|�dk�|\}}t|d�}t|d�}t|��dkd|�td|voKd	|vd
|�tt�|�d|�t|�	d�of|�	d
�d|�t
�|�rtdd|t
�|��d�f�qdS)Nz%Headers (%r) must be of type list: %rz1Individual headers (%r) must be of type tuple: %rr�Header namezHeader valuer zyThe Status header cannot be used; it conflicts with CGI script, and HTTP status is not given through headers (value: %r).�
�:z,Header names may not contain ':' or '\n': %rzBad header name: %r�-�_z#Names may not end in '-' or '_': %rrz#Bad header value: %r (bad char: %r))rr
r?rkrr�lower�	header_re�search�endswith�bad_header_value_re�group)r!�item�namerrrrr�sB
��
��

����
���rcCs�t|d�}t|�dd�d�}d}|D]\}}t|d�}|��dkr0||vr)dStdd|�q||vr>tdd|�dSdS)	Nrvrr)��i0r{zcontent-typezJContent-Type header found in a %s response, which must not return content.z,No Content-Type header found in headers (%s))rrprzr�r)r r!�codeZNO_MESSAGE_BODYr�rrrrr�s

���rcCs*t|dup
t|�tud|t|�f�dS)Nz exc_info (%r) is not a tuple: %r)rr
rk)r"rrrr�s�rcCstt|ttf�d�dS)NzwYou should not return a string as your application iterator, instead return a single-item list containing a bytestring.)r�
isinstancerr9rVrrrr*�s�r*)�__all__�rer_rh�compiler�r��Warningrrrrr(r)rrUr+r'rlrmrrrrr*rrrr�<module>s0j

7#		#A

?>