HttpGetPath


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




 
Gets the url of the current request without the hostname (i.e. "/index.html")

 
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 | HttpGetParam