HttpScriptTrans


HTTP_API int HttpScriptTrans ( HttpConnection hConn , const char *pPath )




 
Callback for a http request. This function is used if the script plugin was initialized with HttpInitScript.

 
hConn handle of the http connection
 
pPath is the path for the script file
 
 

Returns a http error (>=100) or HTTP_RESP_???/HTTP_POST_???
 
 



see also:

AzHttp Overview | HttpInitScript | HttpRegisterScript