writeResponse.HttpDaemon {R.rsp} | R Documentation |
Writes a string to the HTTP output connection.
## S3 method for class 'HttpDaemon': writeResponse(static, ...)
... |
A set of character strings to be outputted. |
Note: For efficiency, there is no check if the HTTP daemon is started or not.
Returns (invisibly) the number of characters written.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see HttpDaemon
.