|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /lib/python2.7/site-packages/werkzeug/middleware/ |
Upload File : |
� ./�_c @ s^ d Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z y d d l m Z Wn! e k r� d d l m Z n Xd e f d � � YZ d e f d � � YZ d d � Z d e f d � � YZ d e f d � � YZ d e f d � � YZ e d e f d � � Y� Z d e f d � � YZ d S( s� 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 i����( t warni ( t implements_iterator( t PY2( t string_types( t Headers( t is_entity_header( t FileWrapper( t urlparset WSGIWarningc B s e Z d Z RS( s Warning class for WSGI warnings.( t __name__t __module__t __doc__( ( ( s<