- Fix crash on malformed auth header
- Add add
staticMaxAge
param for settingCache-Control
header on static files.
- Add top-level
.create()
method which has the same signature as.start()
but does not start the server. Invoke.startAsConfigured()
to use the configured host and port name.