# Functions

NewLoggedResponseWriter - Creates new instance of ResponseWriter.

# Constants

CacheBypassHeader - HTTP Header for showing cache status.
CacheStatusHeader - HTTP Header for showing cache status.
CacheStatusHeaderHit - Cache status HIT for HTTP Header X-Go-Proxy-Cache-Status.
CacheStatusHeaderMiss - Cache status MISS for HTTP Header X-Go-Proxy-Cache-Status.
CacheStatusHeaderStale - Cache status STALE for HTTP Header X-Go-Proxy-Cache-Status.

# Structs

LoggedResponseWriter - Decorator for http.ResponseWriter.

# Type aliases

DataChunks - Internal structure for chunks of bytes.