powered by
Stop HTTP server(s) by calling httpuv::stopServer() or httpuv::stopAllServers().
endServer(x = NULL, all = FALSE)
A server object that was previously returned from serveHTTP.
TRUE/FALSE, if TRUE, calls httpuv::stopAllServers.
Nothing.
# NOT RUN { endServer(all = TRUE) # }
Run the code above in your browser using DataLab