40 lines
934 B
Plaintext
Raw Permalink Normal View History

2025-01-12 00:52:51 +08:00
# 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(runStaticServer)
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)