Your IP : 216.73.216.196


Current Path : /opt/alt/python37/lib/python3.7/site-packages/webtest/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/webtest/__pycache__/debugapp.cpython-37.opt-1.pyc

B

�m{N�@s6ddlmZmZddlmZdgZdd�Zdd�ZdS)�)�Request�Response)�to_bytes�	debug_appcCs�t|�}|jdkr:|jdkr:tdd�}td�|_|||�Sd|jkrLtd��t|j�	dd	��}g}x>t
|���D].\}}|��|kr�t
|�}|�d
||f�qpW|jr�|j}nd}|r�|�td��|�|�td��d
d�|D��}	|dd�dk�r|�std�}	ddtt|	��fg}
xB|j��D]4\}}|�d��r(|td�d�}|
�||f��q(W|t|�|
�|jdk�r�td�gS|	gS)Nz
/form.html�GETz	text/html)Zcontent_typez�<html><body>
        <form action="/form-submit" method="POST">
            <input type="text" name="name">
            <input type="submit" name="submit" value="Submit!">
        </form></body></html>�errorzException requested�statusz200 OKz%s: %s
�z-- Body ----------
cSsg|]}t|��qS�)r)�.0�pr
r
�A/opt/alt/python37/lib/python3.7/site-packages/webtest/debugapp.py�
<listcomp>#szdebug_app.<locals>.<listcomp>�)Z204Z304)zContent-Typez
text/plainzContent-Lengthzheader-ZHEAD)rZ	path_info�methodrr�bodyr�	Exception�str�get�sorted�items�upper�repr�appendZcontent_length�join�len�
startswith)�environZstart_responseZreqZrespr�parts�name�valueZreq_bodyrZheadersZheader_namer
r
r
rsB




cCstS)z�
    An application that displays the request environment, and does
    nothing else (useful for debugging and test purposes).
    )r)Zglobal_confr
r
r
�make_debug_app7sr!N)ZwebobrrZwebtest.compatr�__all__rr!r
r
r
r
�<module>s0