HttpGetFile


const char *HttpGetFile ( HttpConnection hConn )




 
Gets the filename for the current request (i.e. "c:/temp/index.html")

 
hConn pointer to the connection data.
 

Returns the pointer to the file nane.

The file name is generated with the base path and the current request url. The base path will be defied at the startup of the http server. (see HttpDaemon)

 

see also:

AzHttp Overview | HttpGetContent | HttpGetHost | HttpGetParam | HttpGetPath