| Name | Description |
|---|---|
| OnHttpDelete | Triggered for each DELETE request that comes in |
| OnHttpGet | Triggered for each GET request that comes in |
| OnHttpPatch | Triggered for each PATCH request that comes in |
| OnHttpPost | Triggered for each POST request that comes in |
| OnHttpPut | Triggered for each PUT request that comes in |
| OnHttpRequest | Fires for each HTTP request that comes in |
| OnPostRequest | Triggered after a request is handled by the OnHttp. events. |
| OnPreRequest | Triggered before a request is handled by the OnHttp... events. |
| OnReleaseProcess | Sent before a process is released back into the pool |
Inherited Events from cObject | |
| Construct_Object | Object constructor. Initializes the object during object creation in class definitions |
| Destroy_Object | Sent when an object is about to be destroyed |
| End_Construct_Object | End of object constructor. |