Go to file
Dustin 2a10c815be catcher: Add trailing newline to body text
Since the API provided by this service is intended to be used on the
command line e.g. with `curl`, we need our responses to have a trailing
newline.  This ensures that, when used interactively, the next shell
prompt is correctly placed on a new line, and when used
non-interactively, line-buffered output is correctly flushed (i.e. to a
log file).
2025-09-24 08:17:06 -05:00
scripts Initial commit 2025-09-24 08:17:03 -05:00
src catcher: Add trailing newline to body text 2025-09-24 08:17:06 -05:00
tests/integration catcher: Add trailing newline to body text 2025-09-24 08:17:06 -05:00
.editorconfig Initial commit 2025-09-24 08:17:03 -05:00
.gitignore Initial commit 2025-09-24 08:17:03 -05:00
Cargo.lock Initial commit 2025-09-24 08:17:03 -05:00
Cargo.toml Initial commit 2025-09-24 08:17:03 -05:00
rustfmt.toml Initial commit 2025-09-24 08:17:03 -05:00