## Static method (use this):
## HttpDaemon$processRsp(pathname=tcltk::tclvalue("mypath"),
## version=getOption("R.rsp/HttpDaemon/RspVersion", "0.1.0"), ...)## Don't use the below:
## S3 method for class 'HttpDaemon':
processRsp(static=getStaticInstance(HttpDaemon), pathname=tcltk::tclvalue("mypath"),
version=getOption("R.rsp/HttpDaemon/RspVersion", "0.1.0"), ...)
R.rsp/HttpDaemon/RspVersion
.
The default is still to use the old RSP engine, which corresponds
to options("R.rsp/HttpDaemon/RspVersion"="0.1.0")
.
To use the new RSP engine, which is still under development, use
options("R.rsp/HttpDaemon/RspVersion"="1.0.0")
.HttpDaemon
.