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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do not modify this file since it was automatically generated from:
%
% HttpDaemon.processRsp.R
%
% by the Rdoc compiler part of the R.oo package.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\name{HttpDaemon$processRsp}
\alias{HttpDaemon$processRsp}
\alias{processRsp.HttpDaemon}
\alias{HttpDaemon.processRsp}
\alias{processRsp,HttpDaemon-method}
\title{Processes an RSP page}
\description{
Processes an RSP page.
}
\usage{
## Static method (use this):
## HttpDaemon$processRsp(pathname=tcltk::tclvalue("mypath"),
## version=getOption("R.rsp/HttpDaemon/RspVersion", "1.0.0"), ...)
## Don't use the below:
\method{processRsp}{HttpDaemon}(static=getStaticInstance(HttpDaemon), pathname=tcltk::tclvalue("mypath"),
version=getOption("R.rsp/HttpDaemon/RspVersion", "1.0.0"), ...)
}
\arguments{
\item{pathname}{The RSP file to be processed.}
\item{version}{The version of the RSP processor to use.}
\item{...}{Not used.}
}
\value{
Returns nothing.
}
\section{Settings}{
The \pkg{R.rsp} package implements different RSP engines.
It is possible to specify which version the Tcl HTTP daemon
should use via the option \code{R.rsp/HttpDaemon/RspVersion}.
The default is now to use the new RSP engine, which corresponds
\code{options("R.rsp/HttpDaemon/RspVersion"="1.0.0")}.
The old legacy RSP engine \code{"0.1.0"} is defunct.
}
\author{Henrik Bengtsson}
\seealso{
For more information see \code{\link{HttpDaemon}}.
}
\keyword{internal}
\keyword{methods}
\keyword{IO}
|