SynopsisSet the number of bytes written to the browser. Prototype#include "webs.h" void websSetRequestWritten(webs_t wp, int bytes); Parameters
DescriptionThe websSetRequestWritten procedure defines the number of bytes that have been returned to the browser. This is used only for record keeping by background write handlers, including the default handler. Return ValueNone ExamplewebsSetRequestWritten(wp,1024); Stability ClassificationStable. See Also |