HttpFolderTrans



int HttpFolderTrans ( HttpConnection hConn , const char *pPath , const char *pParams , int iRoot = 0 )




 
Callback for a http request to show a folder. This function is used if the folder plugin was initialized with HttpInitFolder.  

 
hConn handle of the http connection.
 
pPath is the folder path.
 
pParams is the parameter of the request.
 
iRoot is the path thw root path.

Returns a http error (>=100) or HTTP_RESP_??? / HTTP_POST_??? or 999 for an internal error.

 

see also:

AzHttp Overview | HttpInitFolder | HttpRegisterFolder