builder-web/lib
Reynir Björnsson 4e74c8d25f Work around dream-encoding footgun
Dream-encoding adds a Transfer-Encoding header to a response. If that
response is an error code it will go through the error handler which may
change the response - but the new response *does not* go through the
dream-encoding middleware! This means we may rewrite the response with a
plaintext message but still have the Transfer-Encoding header! This
makes clients very unhappy.
2025-01-24 13:56:57 +01:00
..
authorization.ml Update to dream.1.0.0~alpha4 2022-04-22 12:37:01 +01:00
builder_web.ml Work around dream-encoding footgun 2025-01-24 13:56:57 +01:00
dream_tar.ml Update to tar 3.0.0 2024-08-14 16:13:35 +02:00
dune Work around dream-encoding footgun 2025-01-24 13:56:57 +01:00
link.ml Refactor and address #127 2022-07-12 13:14:52 +02:00
model.ml console_of_string: be a bit more robust 2025-01-15 13:44:27 +01:00
model.mli Add exec endpoint 2025-01-14 17:11:35 +01:00
utils.ml Make json structure uniform 2024-12-29 07:38:51 +00:00
views.ml Add more json to endpoints, populate-local.sh 2025-01-16 14:49:23 +01:00