Replies: 1 comment
-
@bra-fsn Can you look into Serving them back is a little trickier and has not been added in the core. You can at-least use this as a starter and implement on top of it. Part of this functionality is implemented here: https://github.com/abhinavsingh/proxy.py/blob/develop/proxy/plugin/cache/cache_responses.py#L74-L79 PS: Sorry not much doc on this. First enable TLS interception flags, then CacheResponsePlugin flags and finally also add the Let me know how it goes. |
Beta Was this translation helpful? Give feedback.
-
I need to hack up something which selectively caches responses (and returns them for subsequent requests under certain conditions), so if it's not a big deal, could you point me to the right direction on this topic?
What I need is:
Pointers, or code snippets for the above steps are both welcome!
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions