WebRequest

From Xojo Documentation

Class (inherits from Object)


New in 2011r2

The WebRequest object represents an HTTP request.

Properties
Body fa-lock-32.png Method fa-lock-32.png RemoteAddress fa-lock-32.png
File Path fa-lock-32.png Secure fa-lock-32.png
MIMEType QueryString fa-lock-32.png


Methods
Cookie HeaderNames Reset
Header Parameter

Notes

You are most likely to use this in conjunction with the WebApplication.HandleURL 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.

See Also

WebApplication.HandleURL event and WebResponse class.