1 Commits

Author SHA1 Message Date
Rikiya Narita
f894f4c7ed feat(engine): add Shutdown method for graceful shutdown support
- Add server and serverLock fields to Engine struct
- Add Shutdown() method that calls http.Server.Shutdown()
- Modify Run/RunTLS/RunUnix/RunListener to store server reference
- Add RunWithShutdown convenience method with signal handling
- Add comprehensive tests for graceful shutdown (8 test cases)
- Fix lint errors (errorlint, testifylint, errcheck)
2026-01-19 11:29:52 +09:00