]> git.maquefel.me Git - brevno-suite/hugo/commit
Add a HTTP cache for remote resources.
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 17 May 2024 15:06:47 +0000 (17:06 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 4 Jun 2024 14:07:39 +0000 (16:07 +0200)
commit447108fed2842e264897659856e9fd9cdc32ca23
tree53687693e04496919dd84266cc1edc16746101b0
parentc71e24af5172e230baa5f7dfa2078721cda38df4
Add a HTTP cache for remote resources.

Fixes #12502
Closes #11891
32 files changed:
cache/filecache/filecache.go
cache/httpcache/httpcache.go [new file with mode: 0644]
cache/httpcache/httpcache_integration_test.go [new file with mode: 0644]
cache/httpcache/httpcache_test.go [new file with mode: 0644]
commands/commandeer.go
commands/hugobuilder.go
common/maps/maps.go
common/maps/maps_test.go
common/predicate/predicate.go
common/tasks/tasks.go [new file with mode: 0644]
common/types/closer.go [new file with mode: 0644]
config/allconfig/allconfig.go
config/allconfig/alldecoders.go
config/allconfig/configlanguage.go
deps/deps.go
go.mod
go.sum
hugolib/content_map_page.go
hugolib/hugo_sites.go
hugolib/hugo_sites_build.go
hugolib/site.go
hugolib/site_new.go
identity/identity.go
media/config.go
parser/lowercase_camel_json.go
resources/resource_cache.go
resources/resource_factories/create/create.go
resources/resource_factories/create/create_integration_test.go
resources/resource_factories/create/remote.go
resources/resource_factories/create/remote_test.go
resources/resource_spec.go
tpl/resources/resources.go