Parameter | Description |
---|---|
sPath | The path of the request relative to the location of the handler |
Procedure OnHttpDelete String sPath
This event is triggered for each DELETE request that comes in.
Note that if OnHttpRequest is not forwarded, then this event will not be called.
psVerbs should include "DELETE" or should be set to "*".