yiisoft/http-middleware

Etag Header Compliance with RFC

Open

#11 opened on Nov 9, 2025

View on GitHub
 (5 comments) (0 reactions) (0 assignees)PHP (1 fork)auto 404
good first issuetype:enhancement

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Compression algorithms add a suffix to the header value for compressed data.

https://www.rfc-editor.org/rfc/rfc9110.html#section-8.8.3

The middleware HttpCacheMiddleware generates a value for the fyS754q1xuoNp Etag. Compression algorithms add the suffix -gzip or -br to the fyS754q1xuoNp value.

Contributor guide