Parameter | Description |
---|---|
sPath | The path of the request like "/WebOrder_19_1/Something" |
sContentType | The content-type header of the request. |
sAcceptType | The accept-type header of the request. |
iSize | The size of the request body in bytes. |
Procedure OnHttpPost String sPath String sContentType String sAcceptType DWord iSize
This event is triggered for each POST request that comes in.
Note that if OnHttpRequest is not forwarded, then this event will not be called.
psVerbs should include "POST" or should be set to "*".