v0.11.0
News :
- AppServer parameter httponly renamed to http_only (sesprovider -> session_factory too)
- lifespan is better (wait & kill)
- the old
app.serve(..)
method is deprecated (will be removed when htag's runner will remove them too ;-)). You should start to useapp.handle(..)
. Just a renaming ;-) - with
app.handle(..)
you can override default behaviour (setted in AppServer constructor) by passing parametersparano
and/orhttp_only
, to change behaviour for a served/handled htag app (really useful !)
Full Changelog: v0.10.3...v0.11.0