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

Functions

func IsBodySizeWithinLimit

func IsBodySizeWithinLimit(header http.Header, limit int64) bool

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

func MaxAge(header http.Header) int

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

httputil.go

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.