OnHttpPatch - cWebHttpHandler

Triggered for each PATCH request that comes in

Type: Event

Parameters: String sPath String sContentType DWord iSize

ParameterDescription
sPathThe path of the request relative to the location of the handler
sContentTypeThe content-type header of the request
iSizeThe size of the request body in bytes


Syntax
Procedure OnHttpPatch String sPath String sContentType DWord iSize

Description

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 "*".