minio/cmd/http
poornas 9199033db7 Set X-Cache and X-Cache-Lookup headers for cache (#8794)
X-Cache sets cache status of HIT if object is
served from the disk cache, or MISS otherwise.
X-Cache-Lookup is set to HIT if object was found
in the cache even if not served (for e.g. if cache
 entry was invalidated by ETag verification)
2020-01-10 20:21:13 -08:00
..
close.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
headers.go Set X-Cache and X-Cache-Lookup headers for cache (#8794) 2020-01-10 20:21:13 -08:00
listen_nix.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
listen_others.go Replace Minio refs in docs with MinIO and links (#7494) 2019-04-09 11:39:42 -07:00
listener.go The prometheus metrics refractoring (#8003) 2019-10-22 21:01:14 -07:00
listener_test.go The prometheus metrics refractoring (#8003) 2019-10-22 21:01:14 -07:00
server.go Print goroutines when shutdown hangs (#8574) 2019-11-29 19:40:08 +05:30
server_test.go Remove setting net.Conn Deadlines as its not needed anymore (#8269) 2019-09-20 23:37:24 +05:30