SynopsisReturn the document file handle for the current web page. Prototype#include "webs.h" int websSetRequestDocFd(webs_t wp, int fd); Parameters
DescriptionThe websSetRequestDocFd procedure defines a file handle from which to read the web page for this browser connection. Return ValueReturns -1 if there is no document handle defined, otherwise the handle is returned. Examplefd = open("filename", mode, perm); websSetRequestDocFd(wp, fd); Stability ClassificationStable. See AlsowebsGetRequestBytes, websGetRequestDocFd, websSetRequestPath |