✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ premium290.web-hosting.com ​🇻​♯➤ 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 63.250.38.37 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.217.6
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol//_cmd.py
import logging

from pip._vendor import requests

from pip._vendor.cachecontrol.adapter import CacheControlAdapter
from pip._vendor.cachecontrol.cache import DictCache
from pip._vendor.cachecontrol.controller import logger

from argparse import ArgumentParser


def setup_logging():
    logger.setLevel(logging.DEBUG)
    handler = logging.StreamHandler()
    logger.addHandler(handler)


def get_session():
    adapter = CacheControlAdapter(
        DictCache(),
        cache_etags=True,
        serializer=None,
        heuristic=None,
    )
    sess = requests.Session()
    sess.mount('http://', adapter)
    sess.mount('https://', adapter)

    sess.cache_controller = adapter.controller
    return sess


def get_args():
    parser = ArgumentParser()
    parser.add_argument('url', help='The URL to try and cache')
    return parser.parse_args()


def main(args=None):
    args = get_args()
    sess = get_session()

    # Make a request to get a response
    resp = sess.get(args.url)

    # Turn on logging
    setup_logging()

    # try setting the cache
    sess.cache_controller.cache_response(resp.request, resp.raw)

    # Now try to get it
    if sess.cache_controller.cached_request(resp.request):
        print('Cached!')
    else:
        print('Not cached :(')


if __name__ == '__main__':
    main()


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
3 Mar 2024 8.23 PM
root / root
0755
caches
--
3 Mar 2024 8.23 PM
root / root
0755
__init__.py
0.295 KB
21 Apr 2022 6.08 PM
root / root
0644
__init__.pyc
0.569 KB
21 Apr 2022 6.08 PM
root / root
0644
__init__.pyo
0.569 KB
21 Apr 2022 6.08 PM
root / root
0644
_cmd.py
1.289 KB
21 Apr 2022 6.08 PM
root / root
0644
_cmd.pyc
2.011 KB
21 Apr 2022 6.08 PM
root / root
0644
_cmd.pyo
2.011 KB
21 Apr 2022 6.08 PM
root / root
0644
adapter.py
4.5 KB
21 Apr 2022 6.08 PM
root / root
0644
adapter.pyc
3.44 KB
21 Apr 2022 6.08 PM
root / root
0644
adapter.pyo
3.44 KB
21 Apr 2022 6.08 PM
root / root
0644
cache.py
0.771 KB
21 Apr 2022 6.08 PM
root / root
0644
cache.pyc
2.345 KB
21 Apr 2022 6.08 PM
root / root
0644
cache.pyo
2.345 KB
21 Apr 2022 6.08 PM
root / root
0644
compat.py
0.371 KB
21 Apr 2022 6.08 PM
root / root
0644
compat.pyc
0.604 KB
21 Apr 2022 6.08 PM
root / root
0644
compat.pyo
0.604 KB
21 Apr 2022 6.08 PM
root / root
0644
controller.py
12.719 KB
21 Apr 2022 6.08 PM
root / root
0644
controller.pyc
8.865 KB
21 Apr 2022 6.08 PM
root / root
0644
controller.pyo
8.865 KB
21 Apr 2022 6.08 PM
root / root
0644
filewrapper.py
2.472 KB
21 Apr 2022 6.08 PM
root / root
0644
filewrapper.pyc
2.604 KB
21 Apr 2022 6.08 PM
root / root
0644
filewrapper.pyo
2.604 KB
21 Apr 2022 6.08 PM
root / root
0644
heuristics.py
4.044 KB
21 Apr 2022 6.08 PM
root / root
0644
heuristics.pyc
5.798 KB
21 Apr 2022 6.08 PM
root / root
0644
heuristics.pyo
5.798 KB
21 Apr 2022 6.08 PM
root / root
0644
serialize.py
6.383 KB
21 Apr 2022 6.08 PM
root / root
0644
serialize.pyc
5.953 KB
21 Apr 2022 6.08 PM
root / root
0644
serialize.pyo
5.953 KB
21 Apr 2022 6.08 PM
root / root
0644
wrapper.py
0.486 KB
21 Apr 2022 6.08 PM
root / root
0644
wrapper.pyc
0.68 KB
21 Apr 2022 6.08 PM
root / root
0644
wrapper.pyo
0.68 KB
21 Apr 2022 6.08 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF