|
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/lib/python2.7/site-packages/werkzeug/wrappers/ |
Upload File : |
�
./�_c @ sp 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 dump_header( t parse_set_header( t environ_property( t header_propertyt CORSRequestMixinc B sJ e Z d Z e d d d �Z e d d e d d �Z e d d d �Z RS( s� A mixin for :class:`~werkzeug.wrappers.BaseRequest` subclasses
that adds descriptors for Cross Origin Resource Sharing (CORS)
headers.
.. versionadded:: 1.0
t HTTP_ORIGINt docs� The host that the request originated from. Set :attr:`~CORSResponseMixin.access_control_allow_origin` on the response to indicate which origins are allowed.t# HTTP_ACCESS_CONTROL_REQUEST_HEADERSt load_funcs� Sent with a preflight request to indicate which headers will be sent with the cross origin request. Set :attr:`~CORSResponseMixin.access_control_allow_headers` on the response to indicate which headers are allowed.t"