Skip to content

servr 0.13

Compare
Choose a tag to compare
@yihui yihui released this 04 Mar 21:30

NEW FEATURES

  • Added a verbose argument to server_config().

  • The interval argument of server_config() can be set via the global option servr.interval now. For example, options(servr.interval = 0.5).

MAJOR CHANGES

  • Server functions such as httd() now return the config object created by server_config() instead of the server handle returned by httpuv::startServer(). The config object contains various information about the server and methods to start/stop the server.