* feat: add Handler() method for testing and custom server integration Exposes the underlying http.Handler to enable: - Integration testing with gost-dom/browser for SSE/Datastar testing - Custom server setups (e.g., embedding Via in existing applications) - Standard Go httptest patterns 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: Suppress closed pipe errors when SSE connection closes Don't log error when SSE fails to send patches if the connection was already closed. This reduces noise in logs during shutdown and testing, where browsers/clients close connections before server handlers finish. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: joeblew999 <joeblew999@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
13 KiB
13 KiB