SynopsisClose the connection to the browser when completing a Form request. Prototype#include "webs.h" void websDone(webs_t wp, int code); Parameters
DescriptionThe websDone procedure is called by Form procedures when completing processing. websDone closes the browser connection and frees all connection resources. websDone must be called only once per browser connection. The code parameter is a standard HTTP response code. Some of the more common codes include:
Return ValueNone ExamplewebsDone(wp, 200); Stability ClassificationStable. See Also |