|
|
@@ -4,7 +4,7 @@ |
|
|
|
% if key not in ["wsgi.input", "wsgi.errors", "PATH"]: |
|
|
|
<li><b>${key}</b>: ${value | h}</li> |
|
|
|
% elif key == "wsgi.input": |
|
|
|
<li><b>${key}</b>: ${value.read(environ.get("CONTENT_LENGTH", 0)) | h}</li> |
|
|
|
<li><b>${key}</b>: ${value.read(int(environ.get("CONTENT_LENGTH", 0))) | h}</li> |
|
|
|
% endif |
|
|
|
% endfor |
|
|
|
</ul> |
|
|
|