flush.HttpDaemonResponse {R.httpd}R Documentation

Flushes the buffer of an HttpDaemonResponse to the HttpDaemon

Description

Flushes the buffer of an HttpDaemonResponse to the HttpDaemon.

Usage

## S3 method for class 'HttpDaemonResponse':
flush(con, ...)

Arguments

... Not used.

Value

Returns (invisibly) the number of characters flushed.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see HttpDaemonResponse.


[Package R.httpd version 0.1.1 Index]