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 character strings to be outputted.

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 (http://www.braju.com/R/)

See Also

For more information see HttpDaemon.


[Package R.rsp version 0.3.4 Index]