SynopsisSet the size of the web page being returned to the browser. Prototype#include "webs.h" void websSetRequestBytes(webs_t wp, int bytes); Parameters
DescriptionThe websSetRequestBytes procedure defines the size of the current web page being returned to the browser in bytes. Return ValueNone ExamplewebsSetRequestBytes(wp, 1024); Stability ClassificationStable. See Also |