WebRequest
From Xojo Documentation
Supported Platforms Project Types: Web Platforms: macOS, Windows, Linux |
Class (inherits from Object)
New in 2011r2
The WebRequest object represents an HTTP request. The methods and properties provide access to the incoming data, and allow you to prepare outgoing data.
Properties | ||||||||||
|
Methods | |||||||||
|
Notes
You are most likely to use this in conjunction with the WebApplication.HandleSpecialURL event handler. This event handler supplies a parameter (Request As WebRequest) that you can use to process the incoming request and send out a reply.