Parameter | Description |
---|---|
sPath | The path of the request relative to the location of the handler |
sContentType | The content-type header of the request |
iSize | The size of the request body in bytes |
Procedure OnHttpPatch String sPath String sContentType DWord iSize
This event is triggered for each PATCH request that comes in.
Note that if OnHttpRequest is not forwarded, then this event will not be called.
psVerbs should include "PATCH" or should be set to "*".