This repository was archived by the owner on Mar 16, 2025. It is now read-only.
Release 2.0.0
New Features
- Introduce a
Loggingcapability providingLoggerMeansto request handlers. - Allow to setup actual HTTP handler with
HttpConfig.handleBy() - Allow to disable HTTP error logging with
HttpConfig.logErrorproperty.
Breaking Changes
-
Drop
HttpMeans.log.A logger should be set up explicitly with
Loggingcapability.A @hatsy/log-z-request can be used for more sophisticated logging.
-
Drop
escapeHtmlutility.A @hatsy/hten can be used instead.
-
Drop MIME type definitions.
The ones from @hatsy/hten can be used instead.
Packaging
"type": "module".