Skip to content
FLAVIO COPES
flaviocopes.com
2026

Astro, set response header

By Flavio Copes

A quick reference for setting a response header in an Astro component with Astro.response.headers.set, shown here sending an HX-Redirect header.

~~~

Here’s how to set a response header in an Astro component:

Astro.response.headers.set('HX-Redirect', '/login')
Tagged: Astro · All topics
~~~

Related posts about astro: