Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/werkzeug/middleware/__pycache__/lint.cpython-39.pyc
Ðазад
a ^�h�6 � @ s d Z ddlZddlmZ ddlmZ ddlmZ ddl m Z ddlmZ dd l mZ ejr~dd lmZ ddlmZ ddlmZ G d d� de�ZG dd� de�Zefeeejdd�dd�ZG dd� d�ZG dd� d�ZG dd� d�ZG dd� d�ZG dd� d�ZdS )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 ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/werkzeug/middleware/lint.pyr s r c @ s e Zd ZdZdS )�HTTPWarningz Warning class for HTTP warnings.Nr r r r r r "