stopServer {httpuv}R Documentation

Stop a running server

Description

Given a handle that was returned from a previous invocation of startServer, closes all open connections for that server and unbinds the port. Be careful not to call stopServer more than once on a handle, as this will cause the R process to crash!

Usage

stopServer(handle)

Arguments

handle

A handle that was previously returned from startServer.


[Package httpuv version 1.3.6.2 Index]