Files
bugsink/ingest
Klaas van Schelven ab065a6329 api_catch_all: header-based
rather than try-and-recover, just look at the headers and show body/POST etc.
this avoids hard-to-reason about situations where either of those won't work
because the other has already been executed; in combination with reasoning
about max size usage the explicit solution is simply easier to reason about.

further:

* makes api_catch_all one of the content_encoding-ready views.
* implement a max length for the ingest api view
2025-11-11 15:25:51 +01:00
..
2025-11-05 11:10:14 +01:00
2025-11-09 21:56:18 +01:00
2025-11-05 12:59:42 +01:00
2025-11-11 13:39:44 +01:00
2025-11-11 15:25:51 +01:00