panther_client
¤
PFVClient
¤
PFVClient(dir_path=None)
Source code in panther/panther_worker/app/panther_client.py
26 27 |
|
add_header
¤
add_header(r)
It sets the cache control headers to prevent caching
:param r: The response object :return: the response object with the headers added.
Source code in panther/panther_worker/app/panther_client.py
83 84 85 86 87 88 89 90 91 92 93 94 95 |
|