websSetRequestBytes GoAhead WebServer API GoAhead EMF

Synopsis

Set the size of the web page being returned to the browser.

Prototype

 #include "webs.h"
 
 void websSetRequestBytes(webs_t wp, int bytes); 

Parameters

wp Web server connection handle.
bytes Number of bytes in page to be returned to the browser.

Description

The websSetRequestBytes procedure defines the size of the current web page being returned to the browser in bytes.

Return Value

None

Example

 websSetRequestBytes(wp, 1024); 

Stability Classification

Stable.

See Also

websGetRequestBytes