websSetRequestBytes | GoAhead WebServer API | GoAhead EMF |
Set the size of the web page being returned to the browser
#include "webs.h" void websSetRequestBytes(webs_t wp, int bytes);
wp | Web server connection handle |
bytes | Number of bytes in page to be returned to the browser |
The websSSetRequestBytes procedure defines the size of the current web page being returned to the browser in bytes.
None
websSetRequestBytes(wp, 1024);