writeResponse.HttpDaemon {R.rsp} | R Documentation |
Writes a string to the HTTP output connection
Description
Writes a string to the HTTP output connection.
Usage
## S3 method for class 'HttpDaemon'
writeResponse(static, ...)
Arguments
... |
A set of |
Details
Note: For efficiency, there is no check if the HTTP daemon is started or not.
Value
Returns (invisibly) the number of characters written.
Author(s)
Henrik Bengtsson
See Also
For more information see HttpDaemon
.
[Package R.rsp version 0.45.0 Index]