OnPostRequest - cWebHttpHandler
Triggered after a request is handled by the OnHttp. events.
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| sVerb | String | String with the request verb (e.g. "POST", "GET", ...) |
| sPath | String | The path of the request relative to the location of the handler |
Syntax
Procedure OnPostRequest String sVerb String sPath
Description
This event is triggered after a request is handled by the OnHttp. events.