servr 0.13
NEW FEATURES
-
Added a
verbose
argument toserver_config()
. -
The
interval
argument ofserver_config()
can be set via the global optionservr.interval
now. For example,options(servr.interval = 0.5)
.
MAJOR CHANGES
- Server functions such as
httd()
now return the config object created byserver_config()
instead of the server handle returned byhttpuv::startServer()
. The config object contains various information about the server and methods to start/stop the server.