|
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 : /proc/self/root/usr/lib/python2.7/site-packages/werkzeug/wrappers/ |
Upload File : |
�
./�_c @ sj 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 e f d � � YZ d S( i ( t
CharsetAccept( t LanguageAccept( t
MIMEAccept( t parse_accept_header( t cached_propertyt AcceptMixinc B sJ e Z d Z e d � � Z e d � � Z e d � � Z e d � � Z RS( s� A mixin for classes with an :attr:`~BaseResponse.environ` attribute
to get all the HTTP accept headers as
:class:`~werkzeug.datastructures.Accept` objects (or subclasses
thereof).
c C s t | j j d � t � S( so List of mimetypes this client supports as
:class:`~werkzeug.datastructures.MIMEAccept` object.
t HTTP_ACCEPT( R t environt getR ( t self( ( s<