dream2nix/pkgs
Vincent Vanlaer 427b5e94f4 pip: disable cache for modified response
The pypi proxy filters packages, which can end up corrupting the pip
cache. For an example of what this would look like, see
https://github.com/pypi/warehouse/issues/14457 This commit prevents the
the cache from storing our modified response by adding a 'Vary: *'
header. Judging from the caching code, this is the least intrusive
approach to prevent caching ('Cache-Control: no-cache' deletes existing
caches for example).
2023-11-20 09:52:10 +07:00
..
fetchPipMetadata pip: disable cache for modified response 2023-11-20 09:52:10 +07:00
writers Add module docs for writers 2023-07-26 15:52:57 +02:00