Learn R Programming

webdeveloper (version 1.0.5)

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)

Value

Nothing.

Arguments

x

A server object that was previously returned from serveHTTP.

all

TRUE/FALSE, if TRUE, calls httpuv::stopAllServers.

Examples

Run this code
endServer(all = TRUE)

Run the code above in your browser using DataLab