/usr/local/lib/python3.6/site-packages/werkzeug/middleware/__pycache__
Edit: /usr/local/lib/python3.6/site-packages/werkzeug/middleware/__pycache__/lint.cpython-36.pyc (12709B)
3
_TBg6 @ s d Z ddlZddlmZ ddlmZ ddlmZ ddl m
Z
ddlmZ dd l
mZ ejr~dd
lmZ ddlmZ ddlmZ G d
d deZG dd deZefeeejddddZG dd dZG dd dZG dd dZG dd dZG dd dZdS )a
WSGI Protocol Linter
====================
This module provides a middleware that performs sanity checks on the
behavior of the WSGI server and application. It checks that the
:pep:`3333` WSGI spec is properly implemented. It also warns on some
common HTTP errors such as non-empty responses for 304 status codes.
.. autoclass:: LintMiddleware
:copyright: 2007 Pallets
:license: BSD-3-Clause
N)
TracebackType)urlparse)warn )Headers)is_entity_header)FileWrapper)
StartResponse)WSGIApplication)WSGIEnvironmentc @ s e Zd ZdZdS )WSGIWarningz Warning class for WSGI warnings.N)__name__
__module____qualname____doc__ r r