endServer: Stop HTTP server(s) by calling httpuv::stopServer() or httpuv::stopAllServers().
Description
Stop HTTP server(s) by calling httpuv::stopServer() or httpuv::stopAllServers().
Usage
endServer(x = NULL, all = FALSE)
Arguments
- x
A server object that was previously returned from serveHTTP.
- all
TRUE/FALSE, if TRUE, calls httpuv::stopAllServers.