Learn R Programming

webdeveloper (version 1.0.0)

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)

Arguments

x

A server object that was previously returned from serveHTTP.

all

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

Value

Nothing.

Examples

Run this code
# NOT RUN {
endServer(all = TRUE)
# }

Run the code above in your browser using DataLab