Skip to content

OnHttpPatch - cWebHttpHandler

Triggered for each PATCH request that comes in

Type: Event

Parameters

Parameter Type Description
sPath String The path of the request relative to the location of the handler
sContentType String The content-type header of the request
iSize DWord The 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 "*".