package
0.0.0-20240330093622-aec3b26e4fa9
Repository: https://github.com/tiny-blob/tinyblob.git
Documentation: pkg.go.dev

# Functions

Brotli returns a middleware which compresses HTTP response using brotli compression scheme.
BrotliWithConfig return Brotli middleware with config.
CacheControl sets a Cache-Control header with a given header.
DefaultSkipper returns false which processes the middleware.
The HTTP X-Request-ID request header is used to trace individual HTTP requests from the client to the server and back again.
ServeCachedPage will attempt to load a page from the cache by matching on the complete request URL.

# Constants

CachedPageGroup stores the cache group for cached pages.

# Variables

DefaultBrotliConfig is the default Brotli middleware config.

# Structs

No description provided by the author
CachedPage is what is used to store a rendered Page in the cache.

# Type aliases

No description provided by the author
No description provided by the author