|
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 : /usr/lib/python2.7/site-packages/werkzeug/wrappers/ |
Upload File : |
�
./�_c @ s` 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 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 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 e f d � � YZ d S( i����( t datetime( t timedeltai ( t string_types( t CallbackDict( t dump_age( t dump_csp_header( t dump_header( t dump_options_header( t http_date( t parse_age( t parse_csp_header( t
parse_date( t parse_options_header( t parse_set_header( t cached_property( t environ_property( t get_content_type( t header_property( t get_content_lengtht CommonRequestDescriptorsMixinc B s� e Z d Z e d d d �Z e d � � Z e d d d �Z e d d d �Z e d d d
�Z e d d e d d �Z e d
d e
d d �Z d � Z e d � � Z e d � � Z e d � � Z RS( s� A mixin for :class:`BaseRequest` subclasses. Request objects that
mix this class in will automatically get descriptors for a couple of
HTTP headers with automatic type conversion.
.. versionadded:: 0.5
t CONTENT_TYPEt docs� The Content-Type entity-header field indicates the media
type of the entity-body sent to the recipient or, in the case of
the HEAD method, the media type that would have been sent had
the request been a GET.c C s
t | j � S( s� The Content-Length entity-header field indicates the size of the
entity-body in bytes or, in the case of the HEAD method, the size of
the entity-body that would have been sent had the request been a
GET.
( R t environ( t self( ( sH /tmp/pip-install-sTXtzD/Werkzeug/werkzeug/wrappers/common_descriptors.pyt content_length'