endServer {webdeveloper}R Documentation

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.

Value

Nothing.

Examples

endServer(all = TRUE)

[Package webdeveloper version 1.0.5 Index]