1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
# Generated by roxygen2: do not edit by hand
S3method(format,staticPath)
S3method(format,staticPathOptions)
S3method(print,staticPath)
S3method(print,staticPathOptions)
export(WebSocket)
export(decodeURI)
export(decodeURIComponent)
export(encodeURI)
export(encodeURIComponent)
export(excludeStaticPath)
export(getRNGState)
export(interrupt)
export(ipFamily)
export(listServers)
export(randomPort)
export(rawToBase64)
export(runServer)
export(service)
export(startDaemonizedServer)
export(startPipeServer)
export(startServer)
export(staticPath)
export(staticPathOptions)
export(stopAllServers)
export(stopDaemonizedServer)
export(stopServer)
importFrom(R6,R6Class)
importFrom(Rcpp,evalCpp)
importFrom(later,run_now)
importFrom(promises,"%...!%")
importFrom(promises,"%...>%")
importFrom(promises,finally)
importFrom(promises,is.promise)
importFrom(promises,promise)
importFrom(promises,then)
useDynLib(httpuv)
|