Controls whether GET requests are handled by POST handlers
Source position: custweb.pp line 92
public property TWebHandler.HandleGetOnPost : Boolean |
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.