Unit 'CustWeb' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TWebHandler.OnUnknownRequestEncoding

Event for handling unknown request content encodings

Declaration

Source position: custweb.pp line 106

public property TWebHandler.OnUnknownRequestEncoding : TOnUnknownEncodingEvent
  read FOnUnknownRequestEncoding
  write FOnUnknownRequestEncoding;

Description

Event called when the HTTP request contains content with an unknown or unsupported encoding. Allows custom handling of request content encoding issues.


Documentation generated on: Jan 27 2026