Commit Graph

7 Commits

Author SHA1 Message Date
87ede0b4c9 chore: add trailing whitespace to author line in readme for placeholder formatting 2025-12-12 21:37:32 +00:00
5cea9db29e chore: add test results section to README and tag routing logs with hostname 2025-12-12 21:33:27 +00:00
0461f21d5a chore: update README with author, testing section, and per-route auth config 2025-12-12 21:20:34 +00:00
4c17705239 feat: add stream data patching with find-replace and content blocking for HTTP routes
Implement configurable patch rules for rewriting or blocking textual content in HTTP streams. New `patch` configuration object supports string replacement and content blocking via null values, applied bidirectionally to requests and responses. Blocked responses return 502, blocked requests return 403.
2025-11-29 04:56:34 +00:00
b7957fd5f6 chore: add rate limiting, auth, health checks, and config hot-reload to build system and source 2025-11-29 03:58:34 +00:00
50a682c865 chore: remove trailing whitespace from README.md formatting and update project name to lowercase 2025-11-29 00:57:12 +00:00
4128f7b597 feat: scaffold initial project structure with empty source directories and config stubs 2025-09-25 00:35:00 +00:00