SynopsisReturn the size of the web page being returned to the browser. Prototype#include "webs.h" int websGetRequestBytes(webs_t wp); Parameters
DescriptionThe websGetRequestBytes procedure returns the size of the current web page being returned to the browser in bytes. This is used by handlers that need to use background copy handlers. Use websSetRequestBytes to define the byte count. Return ValueInteger containing the size of the web page in bytes. Returns zero if the size has not been defined. Examplebytes = websGetRequestBytes(wp); Stability ClassificationStable. See Also |