R.rsp (version 0.44.0)

writeResponse.HttpDaemon: Writes a string to the HTTP output connection

Description

Writes a string to the HTTP output connection.

Usage

# S3 method for HttpDaemon
writeResponse(static, ...)

Arguments

...

A set of character strings to be outputted.

Value

Returns (invisibly) the number of characters written.

Details

Note: For efficiency, there is no check if the HTTP daemon is started or not.

See Also

For more information see HttpDaemon.