Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.4.0 source code.tar.gz | 2024-12-15 | 46.7 kB | |
3.4.0 source code.zip | 2024-12-15 | 75.8 kB | |
README.md | 2024-12-15 | 724 Bytes | |
Totals: 3 Items | 123.2 kB | 0 |
What's Changed
- Fix method property in logger context by @luzrain in https://github.com/amphp/http-server/pull/373
- Add
ExceptionHandler
interface and middleware by @trowski in https://github.com/amphp/http-server/pull/375 - Add
_
to host validation by @maximal in https://github.com/amphp/http-server/pull/372 - Fixed issue [#371], suspending the connection or stream timeout until the request handler returns a response.
New Contributors
- @luzrain made their first contribution in https://github.com/amphp/http-server/pull/373
- @maximal made their first contribution in https://github.com/amphp/http-server/pull/372
Full Changelog: https://github.com/amphp/http-server/compare/v3.3.1...v3.4.0