You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heads up: Removed deprecated transfer() methods from Stream,
Upload and Response classes, they have been superseded by transmit().
(@thekid)
Merged PR #91: Application initialization. Implementations can chose
to implement the initialize() method (which is empty by default)
to perform database migration, wait for dependant services, etcetera,
when the server starts up.
(@thekid)
Merged PR #103: Make it possible to append trace data to the response
which will appear in the log file
(@thekid)