package httputil
import "git.sr.ht/~jamesponddotco/pagecache-go/internal/httputil"
Package httputil implements HTTP utility functions for working with HTTP requests and responses.
Index ¶
- func IsBodySizeWithinLimit(header http.Header, limit int64) bool
- func MaxAge(header http.Header) int
Functions ¶
func IsBodySizeWithinLimit ¶
IsBodySizeWithinLimit checks if the Content-Length of the response is within the specified limit. If the limit is zero or negative, it always returns true.
func MaxAge ¶
MaxAge returns the max-age value in seconds if found in the Cache-Control header. It returns -1 if the header is not present or if the value is not a valid number.
Source Files ¶
- Version
- v0.0.0-20230501194707-0f89dd22f418 (latest)
- Published
- May 1, 2023
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 month ago –
Tools for package owners.