websSetRequestFlags | GoAhead WebServer API | GoAhead EMF |
Return the flags word associated with a browser request
#include "webs.h" void websSetRequestFlags(webs_t wp, int flags);
wp | Web server connection handle |
flags | Flags to define |
The websSetRequestFlags procedure modifies the flags word for a given browser request. You must be very careful when defining the flags word for a request. If you need to modify a particular flag value, use websGetRequestFlags to retrieve the current flags word and clear or set specific bits.
See websGetRequestFlags for a list of all available flags which are defined in webs.h.
None
websSetRequestFlags(wp, websGetRequestFlags(wp, flags) | WEBS_HEADER_DONE));