robertwayne / axum-htmx

A set of htmx extractors, responders, and request guards for axum.
Apache License 2.0
186 stars 10 forks source link

Should using the `HxBoosted` extractor also affect the "vary" header when using `AutoVaryLayer`? #24

Open tibbe opened 2 days ago

tibbe commented 2 days ago

I noticed that if I use the HxBoosted extractor instead of the HxRequest one to decide whether to return partial content then the vary header doesn't change. Is that intentional? Should I not be using HxBoosted for this purpose?