stopServer {httpuv} | R Documentation |
Given a handle that was returned from a previous invocation of
startServer
or startPipeServer
, this closes all
open connections for that server and unbinds the port.
stopServer(handle)
handle |
A handle that was previously returned from
|
stopAllServers
to stop all servers.