|
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 : /lib64/python2.7/site-packages/django/views/decorators/ |
Upload File : |
�
r�\c @ sF d d l m Z d d l m Z d d l m Z d � Z d � Z d S( i����( t wraps( t patch_vary_headers( t available_attrsc s � f d � } | S( s
A view decorator that adds the specified headers to the Vary header of the
response. Usage:
@vary_on_headers('Cookie', 'Accept-language')
def index(request):
...
Note that the header names are not case-sensitive.
c s. t � d t � � �� � f d � � } | S( Nt assignedc s � | | � } t | � � | S( N( R ( t argst kwargst response( t funct headers( s>