endServer: Stop HTTP server(s) by calling httpuv::stopServer() or...

View source: R/webdeveloper.R

endServerR 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)

webdeveloper documentation built on Oct. 18, 2022, 9:06 a.m.