HttpGetParam


const char *HttpGetParam ( HttpConnection hConn , void *pLength )




 
Gets the parameter of the current request (i.e. "&all+find=hallo")

 
hConn pointer to the connection data
 
pLength if not zero the length of the string will be storted there.

Returns a pointer to the string.

 

 

see also:

AzHttp Overview | HttpGetContent | HttpGetFile | HttpGetHost | HttpGetPath