| Current Path : /opt/alt/python37/lib/python3.7/site-packages/webob/__pycache__/ |
| Current File : //opt/alt/python37/lib/python3.7/site-packages/webob/__pycache__/headers.cpython-37.pyc |
B
�$O� � @ s� d dl mZ d dlmZmZ d dlmZ ddgZG dd� de�Zddd d
d�Z e
dd
� e �� D ��Zdd� Z
dd� ZG dd� de�ZdS )� )�MutableMapping)�
iteritems_�string_types)� MultiDict�ResponseHeaders�EnvironHeadersc @ s^ e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
d� Zdd
� Z dd� Z
e
Zddd�Zdd� Z
dS )r zn
Dictionary view on the response headerlist.
Keys are normalized for case and whitespace.
c C s<