Parameter | Description |
---|---|
sVerb | String with the request verb (e.g. "POST", "GET", ...) |
sPath | The path of the request (e.g. "/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 OnHttpRequest String sVerb String sPath String sContentType String sAcceptType DWord iSize
Event that is fired for each HTTP request that comes in.
Note that if no forward send is performed, the verb specific events (like OnHttpPost and OnHttpGet) are not called.