readthedocs / common

Shared bits around multiple repositories
MIT License
22 stars 38 forks source link

Worker: add HTTP status as meta tag #222

Closed humitos closed 1 month ago

humitos commented 1 month ago

We need to know what's the HTTP status for the original request to be able to decide what addons will be enabled. There are some addons we want to disable on 404s for example.

Related: https://github.com/readthedocs/addons/issues/371