#include "projdefs.h"
#include "net\http.h"
Functions | |
void | HTTPExecGetCmd (HTTP_INFO *httpInfo, BYTE *rqstRes) |
This function is a "callback" from HTTPServer task. Whenever a remote node performs interactive GET task on page that was served, HTTPServer calls this functions. Use HTTPGetParam() to get all name-value parameters.
httpInfo | Socket that is currently receiving this HTTP command | |
rqstRes | Name of the Requested resource - GET command's action. All characters are in uppercase! |