kubo/core/corehttp
Marcin Rataj 67fdb6efcd
feat(gw): improved If-None-Match support (#8891)
Improves the way we handle If-None-Match header:
- Support for more than one Etag passed in If-None-Match
- Match both strong and weak Etags to maximize caching across
  various HTTP clients and libraries (some send weak Etags by default)
- Support for wildcard '*'
- Tests for If-None-Match behavior
2022-04-19 20:57:11 +02:00
..
commands.go fix: allow ipfs-companion browser extension to access RPC API (#8690) 2022-03-17 00:07:52 +01:00
corehttp.go chore: update go-multiaddr and go-multiaddr-net 2020-08-25 15:24:48 -04:00
gateway_handler_block.go fix: fix context plumbing in gateway handlers (#8871) 2022-04-11 23:09:00 +02:00
gateway_handler_car.go fix: fix context plumbing in gateway handlers (#8871) 2022-04-11 23:09:00 +02:00
gateway_handler_unixfs_dir.go feat(gw): improved If-None-Match support (#8891) 2022-04-19 20:57:11 +02:00
gateway_handler_unixfs_file.go fix: fix context plumbing in gateway handlers (#8871) 2022-04-11 23:09:00 +02:00
gateway_handler_unixfs.go fix: fix context plumbing in gateway handlers (#8871) 2022-04-11 23:09:00 +02:00
gateway_handler.go feat(gw): improved If-None-Match support (#8891) 2022-04-19 20:57:11 +02:00
gateway_indexPage.go Change assets.Asset from a func to the embed.FS 2022-04-12 02:36:19 +02:00
gateway_test.go feat(gw): improved If-None-Match support (#8891) 2022-04-19 20:57:11 +02:00
gateway.go feat: add basic gateway tracing (#8595) 2022-04-04 19:24:05 +02:00
hostname_test.go fix: rewrite dependencies over the go-ipfs-config package 2022-03-04 09:45:16 +01:00
hostname.go fix: rewrite dependencies over the go-ipfs-config package 2022-03-04 09:45:16 +01:00
lazyseek_test.go test(gateway): test the lazy seeker 2020-01-05 16:43:45 -08:00
lazyseek.go fix(gateway): fix seek read length typo 2020-01-05 16:43:45 -08:00
logs.go fix(tracing): remove event tracing 2020-01-28 21:31:12 -08:00
metrics_test.go fix(corehttp): adjust peer counting metrics (#8577) 2021-12-02 17:03:00 -08:00
metrics.go fix(corehttp): adjust peer counting metrics (#8577) 2021-12-02 17:03:00 -08:00
mutex_profile.go feat: add endpoint for enabling block profiling (#8469) 2022-03-11 14:32:59 -05:00
option_test.go http: use Method* constants 2020-01-10 10:19:08 +01:00
p2p_proxy_test.go rename ProxyOption to P2PProxyOption 2020-03-17 19:34:44 -07:00
p2p_proxy.go p2p-proxy: earlier peerID validation check 2020-12-01 12:24:18 -05:00
redirect.go fix the wrong path configuration in root redirection 2019-04-15 12:35:45 +09:00
webui.go feat: ipfs-webui v2.15 (#8712) 2022-03-01 19:03:06 +01:00