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

TWebHandler.HandleGetOnPost

Controls whether GET requests are handled by POST handlers

Declaration

Source position: custweb.pp line 92

public property TWebHandler.HandleGetOnPost : Boolean
  read FHandleGetOnPost
  write FHandleGetOnPost;

Description

When True, allows POST request handlers to also process GET requests. This provides flexibility for web applications that need to handle both request types with the same logic.


Documentation generated on: Jan 27 2026